Shades of Nugget #C58A1E
Tints of Nugget #C58A1E
RGB
CMYK
RGB Variations
Color information
#C58A1E (or 0xC58A1E) is known color: Nugget. HEX triplet: C5, 8A and 1E. RGB value is (197,138,30). Sum of RGB (Red+Green+Blue) = 197+138+30=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1E is #3A75E1. Grayscale: #8F8F8F. Windows color (decimal): -3831266 or 2001605. OLE color: 2001605.
HSL color Cylindrical-coordinate representation of color #C58A1E: hue angle of 38.8º 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 #C58A1E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.23 |
| HSL | 38.8º | 0.74% | 0.45% | - |
| HSV(B) | 38.8º | 0.85% | 0.77% | - |
| XYZ | 32.35 | 30.14 | 5.34 | - |
| YUV | 143.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 30 | 0 | 0.30 | 0.85 | 0.23 | 38.8 | 0.74 | 0.45 |
| Hex | C5 | 8A | 1E | 0 | 1E | 55 | 17 | 27 | 4A | 2D |
| Octal | 305 | 212 | 36 | 0 | 36 | 125 | 27 | 47 | 112 | 55 |
| Binary | 11000101 | 10001010 | 11110 | 0 | 11110 | 1010101 | 10111 | 100111 | 1001010 | 101101 |
Color Harmonies of #C58A1E
Complementary color
Monochromatic Colors of #C58A1E
Black with #C58A1E
Text Example
Text Example
White with #C58A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A1E; }
p { color: rgb(197,138,30); }
H1.HeaderClassName
{
color: #C58A1E;
}
.AnyTagClassName
{
color: #C58A1E;
}
</style>
background-color css
<style>
a { background-color: #C58A1E; }
a { background-color: rgb(197,138,30); }
div.DivClassName
{
background-color: #C58A1E;
}
.BgClassName
{
background-color: #C58A1E;
}
</style>
border-color css
<style>
span { border-color: #C58A1E; }
span { border-color: rgb(197,138,30); }
td.TdClassName
{
border-color: #C58A1E;
}
.TagClassName
{
border-color: #C58A1E;
}
</style>