#C59C2F

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

Shades of Nugget #C59C2F

Tints of Nugget #C59C2F

Color information

#C59C2F (or 0xC59C2F) is unknown color: approx Nugget. HEX triplet: C5, 9C and 2F. RGB value is (197,156,47). Sum of RGB (Red+Green+Blue) = 197+156+47=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C2F is #3A63D0. Grayscale: #9C9C9C. Windows color (decimal): -3826641 or 3120325. OLE color: 3120325.

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

Color convert

RGB19715647-
CMYK00.210.760.23
HSL43.6º61.48%47.84%-
HSV(B)43.6º76.14%77.25%-
XYZ35.4335.857.74-
YUV155.8366.58157.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 47 (18.75% from 255) = 11.75%
R=49.25%
G=39%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971564700.210.760.2343.661.4847.84
HexC59C2F0154C172c3d30
Octal3052345702511427547560
Binary1100010110011100101111010101100110010111101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59C2F; }

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

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

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

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

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

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

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

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