Shades of Nugget #C59E31
Tints of Nugget #C59E31
RGB
CMYK
RGB Variations
Color information
#C59E31 (or 0xC59E31) is known color: Nugget. HEX triplet: C5, 9E and 31. RGB value is (197,158,49). Sum of RGB (Red+Green+Blue) = 197+158+49=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E31 is #3A61CE. Grayscale: #9D9D9D. Windows color (decimal): -3826127 or 3251909. OLE color: 3251909.
HSL color Cylindrical-coordinate representation of color #C59E31: hue angle of 44.19º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C59E31 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 49 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.23 |
| HSL | 44.19º | 0.6% | 0.48% | - |
| HSV(B) | 44.19º | 0.75% | 0.77% | - |
| XYZ | 35.81 | 36.55 | 8.07 | - |
| YUV | 157.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 49 | 0 | 0.20 | 0.75 | 0.23 | 44.19 | 0.6 | 0.48 |
| Hex | C5 | 9E | 31 | 0 | 14 | 4B | 17 | 2C | 3C | 30 |
| Octal | 305 | 236 | 61 | 0 | 24 | 113 | 27 | 54 | 74 | 60 |
| Binary | 11000101 | 10011110 | 110001 | 0 | 10100 | 1001011 | 10111 | 101100 | 111100 | 110000 |
Color Harmonies of #C59E31
Complementary color
Monochromatic Colors of #C59E31
Black with #C59E31
Text Example
Text Example
White with #C59E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E31; }
p { color: rgb(197,158,49); }
H1.HeaderClassName
{
color: #C59E31;
}
.AnyTagClassName
{
color: #C59E31;
}
</style>
background-color css
<style>
a { background-color: #C59E31; }
a { background-color: rgb(197,158,49); }
div.DivClassName
{
background-color: #C59E31;
}
.BgClassName
{
background-color: #C59E31;
}
</style>
border-color css
<style>
span { border-color: #C59E31; }
span { border-color: rgb(197,158,49); }
td.TdClassName
{
border-color: #C59E31;
}
.TagClassName
{
border-color: #C59E31;
}
</style>