#C7952B

Color #C7952B Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C7952B

Tints of Nugget #C7952B

Color information

#C7952B (or 0xC7952B) is unknown color: approx Nugget. HEX triplet: C7, 95 and 2B. RGB value is (199,149,43). Sum of RGB (Red+Green+Blue) = 199+149+43=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7952B is #386AD4. Grayscale: #989898. Windows color (decimal): -3697365 or 2856391. OLE color: 2856391.

HSL color Cylindrical-coordinate representation of color #C7952B: hue angle of 40.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7952B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19914943-
CMYK00.250.780.22
HSL40.77º64.46%47.45%-
HSV(B)40.77º78.39%78.04%-
XYZ34.7433.816.98-
YUV151.8766.56161.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 43 (17.19% from 255) = 11.00%
R=50.90%
G=38.11%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991494300.250.780.2240.7764.4647.45
HexC7952B0194E1629402f
Octal30722553031116265110057
Binary11000111100101011010110110011001110101101010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7952B; }

 p { color: rgb(199,149,43); }

 H1.HeaderClassName
 {
   color: #C7952B;
 }
 .AnyTagClassName
 {
   color: #C7952B;
 }
</style>
background-color css

<style>
 a { background-color: #C7952B; }

 a { background-color: rgb(199,149,43); }

 div.DivClassName
 {
   background-color: #C7952B;
 }
 .BgClassName
 {
   background-color: #C7952B;
 }
</style>
border-color css

<style>
 span { border-color: #C7952B; }

 span { border-color: rgb(199,149,43); }

 td.TdClassName
 {
   border-color: #C7952B;
 }
 .TagClassName
 {
   border-color: #C7952B;
 }
</style>