Shades of Nugget #C58E29
Tints of Nugget #C58E29
RGB
CMYK
RGB Variations
Color information
#C58E29 (or 0xC58E29) is known color: Nugget. HEX triplet: C5, 8E and 29. RGB value is (197,142,41). Sum of RGB (Red+Green+Blue) = 197+142+41=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E29 is #3A71D6. Grayscale: #939393. Windows color (decimal): -3830231 or 2723525. OLE color: 2723525.
HSL color Cylindrical-coordinate representation of color #C58E29: hue angle of 38.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C58E29 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 41 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.23 |
| HSL | 38.85º | 0.66% | 0.47% | - |
| HSV(B) | 38.85º | 0.79% | 0.77% | - |
| XYZ | 33.1 | 31.38 | 6.41 | - |
| YUV | 146.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 41 | 0 | 0.28 | 0.79 | 0.23 | 38.85 | 0.66 | 0.47 |
| Hex | C5 | 8E | 29 | 0 | 1C | 4F | 17 | 27 | 42 | 2F |
| Octal | 305 | 216 | 51 | 0 | 34 | 117 | 27 | 47 | 102 | 57 |
| Binary | 11000101 | 10001110 | 101001 | 0 | 11100 | 1001111 | 10111 | 100111 | 1000010 | 101111 |
Color Harmonies of #C58E29
Complementary color
Monochromatic Colors of #C58E29
Black with #C58E29
Text Example
Text Example
White with #C58E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E29; }
p { color: rgb(197,142,41); }
H1.HeaderClassName
{
color: #C58E29;
}
.AnyTagClassName
{
color: #C58E29;
}
</style>
background-color css
<style>
a { background-color: #C58E29; }
a { background-color: rgb(197,142,41); }
div.DivClassName
{
background-color: #C58E29;
}
.BgClassName
{
background-color: #C58E29;
}
</style>
border-color css
<style>
span { border-color: #C58E29; }
span { border-color: rgb(197,142,41); }
td.TdClassName
{
border-color: #C58E29;
}
.TagClassName
{
border-color: #C58E29;
}
</style>