Shades of Nugget #C59E2F
Tints of Nugget #C59E2F
RGB
CMYK
RGB Variations
Color information
#C59E2F (or 0xC59E2F) is known color: Nugget. HEX triplet: C5, 9E and 2F. RGB value is (197,158,47). Sum of RGB (Red+Green+Blue) = 197+158+47=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E2F is #3A61D0. Grayscale: #9D9D9D. Windows color (decimal): -3826129 or 3120837. OLE color: 3120837.
HSL color Cylindrical-coordinate representation of color #C59E2F: hue angle of 44.4º 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 #C59E2F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 47 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.23 |
| HSL | 44.4º | 0.61% | 0.48% | - |
| HSV(B) | 44.4º | 0.76% | 0.77% | - |
| XYZ | 35.77 | 36.53 | 7.86 | - |
| YUV | 157.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 47 | 0 | 0.20 | 0.76 | 0.23 | 44.4 | 0.61 | 0.48 |
| Hex | C5 | 9E | 2F | 0 | 14 | 4C | 17 | 2C | 3D | 30 |
| Octal | 305 | 236 | 57 | 0 | 24 | 114 | 27 | 54 | 75 | 60 |
| Binary | 11000101 | 10011110 | 101111 | 0 | 10100 | 1001100 | 10111 | 101100 | 111101 | 110000 |
Color Harmonies of #C59E2F
Complementary color
Monochromatic Colors of #C59E2F
Black with #C59E2F
Text Example
Text Example
White with #C59E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E2F; }
p { color: rgb(197,158,47); }
H1.HeaderClassName
{
color: #C59E2F;
}
.AnyTagClassName
{
color: #C59E2F;
}
</style>
background-color css
<style>
a { background-color: #C59E2F; }
a { background-color: rgb(197,158,47); }
div.DivClassName
{
background-color: #C59E2F;
}
.BgClassName
{
background-color: #C59E2F;
}
</style>
border-color css
<style>
span { border-color: #C59E2F; }
span { border-color: rgb(197,158,47); }
td.TdClassName
{
border-color: #C59E2F;
}
.TagClassName
{
border-color: #C59E2F;
}
</style>