Shades of Nugget #C58E1D
Tints of Nugget #C58E1D
RGB
CMYK
RGB Variations
Color information
#C58E1D (or 0xC58E1D) is known color: Nugget. HEX triplet: C5, 8E and 1D. RGB value is (197,142,29). Sum of RGB (Red+Green+Blue) = 197+142+29=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E1D is #3A71E2. Grayscale: #929292. Windows color (decimal): -3830243 or 1937093. OLE color: 1937093.
HSL color Cylindrical-coordinate representation of color #C58E1D: hue angle of 40.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C58E1D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 29 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.23 |
| HSL | 40.36º | 0.74% | 0.44% | - |
| HSV(B) | 40.36º | 0.85% | 0.77% | - |
| XYZ | 32.92 | 31.31 | 5.47 | - |
| YUV | 145.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 29 | 0 | 0.28 | 0.85 | 0.23 | 40.36 | 0.74 | 0.44 |
| Hex | C5 | 8E | 1D | 0 | 1C | 55 | 17 | 28 | 4A | 2C |
| Octal | 305 | 216 | 35 | 0 | 34 | 125 | 27 | 50 | 112 | 54 |
| Binary | 11000101 | 10001110 | 11101 | 0 | 11100 | 1010101 | 10111 | 101000 | 1001010 | 101100 |
Color Harmonies of #C58E1D
Complementary color
Monochromatic Colors of #C58E1D
Black with #C58E1D
Text Example
Text Example
White with #C58E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E1D; }
p { color: rgb(197,142,29); }
H1.HeaderClassName
{
color: #C58E1D;
}
.AnyTagClassName
{
color: #C58E1D;
}
</style>
background-color css
<style>
a { background-color: #C58E1D; }
a { background-color: rgb(197,142,29); }
div.DivClassName
{
background-color: #C58E1D;
}
.BgClassName
{
background-color: #C58E1D;
}
</style>
border-color css
<style>
span { border-color: #C58E1D; }
span { border-color: rgb(197,142,29); }
td.TdClassName
{
border-color: #C58E1D;
}
.TagClassName
{
border-color: #C58E1D;
}
</style>