Shades of Nugget #C58E1E
Tints of Nugget #C58E1E
RGB
CMYK
RGB Variations
Color information
#C58E1E (or 0xC58E1E) is known color: Nugget. HEX triplet: C5, 8E and 1E. RGB value is (197,142,30). Sum of RGB (Red+Green+Blue) = 197+142+30=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E1E is #3A71E1. Grayscale: #929292. Windows color (decimal): -3830242 or 2002629. OLE color: 2002629.
HSL color Cylindrical-coordinate representation of color #C58E1E: hue angle of 40.24º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C58E1E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 30 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.23 |
| HSL | 40.24º | 0.74% | 0.45% | - |
| HSV(B) | 40.24º | 0.85% | 0.77% | - |
| XYZ | 32.93 | 31.31 | 5.54 | - |
| YUV | 145.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 30 | 0 | 0.28 | 0.85 | 0.23 | 40.24 | 0.74 | 0.45 |
| Hex | C5 | 8E | 1E | 0 | 1C | 55 | 17 | 28 | 4A | 2D |
| Octal | 305 | 216 | 36 | 0 | 34 | 125 | 27 | 50 | 112 | 55 |
| Binary | 11000101 | 10001110 | 11110 | 0 | 11100 | 1010101 | 10111 | 101000 | 1001010 | 101101 |
Color Harmonies of #C58E1E
Complementary color
Monochromatic Colors of #C58E1E
Black with #C58E1E
Text Example
Text Example
White with #C58E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E1E; }
p { color: rgb(197,142,30); }
H1.HeaderClassName
{
color: #C58E1E;
}
.AnyTagClassName
{
color: #C58E1E;
}
</style>
background-color css
<style>
a { background-color: #C58E1E; }
a { background-color: rgb(197,142,30); }
div.DivClassName
{
background-color: #C58E1E;
}
.BgClassName
{
background-color: #C58E1E;
}
</style>
border-color css
<style>
span { border-color: #C58E1E; }
span { border-color: rgb(197,142,30); }
td.TdClassName
{
border-color: #C58E1E;
}
.TagClassName
{
border-color: #C58E1E;
}
</style>