Shades of Nugget #C59E28
Tints of Nugget #C59E28
RGB
CMYK
RGB Variations
Color information
#C59E28 (or 0xC59E28) is known color: Nugget. HEX triplet: C5, 9E and 28. RGB value is (197,158,40). Sum of RGB (Red+Green+Blue) = 197+158+40=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E28 is #3A61D7. Grayscale: #9C9C9C. Windows color (decimal): -3826136 or 2662085. OLE color: 2662085.
HSL color Cylindrical-coordinate representation of color #C59E28: hue angle of 45.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C59E28 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 40 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.23 |
| HSL | 45.1º | 0.66% | 0.46% | - |
| HSV(B) | 45.1º | 0.8% | 0.77% | - |
| XYZ | 35.64 | 36.48 | 7.17 | - |
| YUV | 156.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 40 | 0 | 0.20 | 0.80 | 0.23 | 45.1 | 0.66 | 0.46 |
| Hex | C5 | 9E | 28 | 0 | 14 | 50 | 17 | 2D | 42 | 2E |
| Octal | 305 | 236 | 50 | 0 | 24 | 120 | 27 | 55 | 102 | 56 |
| Binary | 11000101 | 10011110 | 101000 | 0 | 10100 | 1010000 | 10111 | 101101 | 1000010 | 101110 |
Color Harmonies of #C59E28
Complementary color
Monochromatic Colors of #C59E28
Black with #C59E28
Text Example
Text Example
White with #C59E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E28; }
p { color: rgb(197,158,40); }
H1.HeaderClassName
{
color: #C59E28;
}
.AnyTagClassName
{
color: #C59E28;
}
</style>
background-color css
<style>
a { background-color: #C59E28; }
a { background-color: rgb(197,158,40); }
div.DivClassName
{
background-color: #C59E28;
}
.BgClassName
{
background-color: #C59E28;
}
</style>
border-color css
<style>
span { border-color: #C59E28; }
span { border-color: rgb(197,158,40); }
td.TdClassName
{
border-color: #C59E28;
}
.TagClassName
{
border-color: #C59E28;
}
</style>