#C59C2C

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

Shades of Nugget #C59C2C

Tints of Nugget #C59C2C

Color information

#C59C2C (or 0xC59C2C) is unknown color: approx Nugget. HEX triplet: C5, 9C and 2C. RGB value is (197,156,44). Sum of RGB (Red+Green+Blue) = 197+156+44=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C2C is #3A63D3. Grayscale: #9B9B9B. Windows color (decimal): -3826644 or 2923717. OLE color: 2923717.

HSL color Cylindrical-coordinate representation of color #C59C2C: hue angle of 43.92º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C59C2C is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19715644-
CMYK00.210.780.23
HSL43.92º63.49%47.25%-
HSV(B)43.92º77.66%77.25%-
XYZ35.3735.837.43-
YUV155.4965.08157.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 44 (17.58% from 255) = 11.08%
R=49.62%
G=39.29%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971564400.210.780.2343.9263.4947.25
HexC59C2C0154E172c3f2f
Octal3052345402511627547757
Binary1100010110011100101100010101100111010111101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59C2C; }

 p { color: rgb(197,156,44); }

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

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

 a { background-color: rgb(197,156,44); }

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

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

 span { border-color: rgb(197,156,44); }

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