#C59D2E

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

Shades of Nugget #C59D2E

Tints of Nugget #C59D2E

Color information

#C59D2E (or 0xC59D2E) is unknown color: approx Nugget. HEX triplet: C5, 9D and 2E. RGB value is (197,157,46). Sum of RGB (Red+Green+Blue) = 197+157+46=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D2E is #3A62D1. Grayscale: #9C9C9C. Windows color (decimal): -3826386 or 3055045. OLE color: 3055045.

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

Color convert

RGB19715746-
CMYK00.200.770.23
HSL44.11º62.14%47.65%-
HSV(B)44.11º76.65%77.25%-
XYZ35.5836.187.69-
YUV156.3165.75157.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=49.25%
G=39.25%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971574600.200.770.2344.1162.1447.65
HexC59D2E0144D172c3e30
Octal3052355602411527547660
Binary1100010110011101101110010100100110110111101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59D2E; }

 p { color: rgb(197,157,46); }

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

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

 a { background-color: rgb(197,157,46); }

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

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

 span { border-color: rgb(197,157,46); }

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