Shades of Nugget #C58E27
Tints of Nugget #C58E27
RGB
CMYK
RGB Variations
Color information
#C58E27 (or 0xC58E27) is known color: Nugget. HEX triplet: C5, 8E and 27. RGB value is (197,142,39). Sum of RGB (Red+Green+Blue) = 197+142+39=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E27 is #3A71D8. Grayscale: #939393. Windows color (decimal): -3830233 or 2592453. OLE color: 2592453.
HSL color Cylindrical-coordinate representation of color #C58E27: hue angle of 39.11º degrees, saturation: 0.67, 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 #C58E27 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 39 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.23 |
| HSL | 39.11º | 0.67% | 0.46% | - |
| HSV(B) | 39.11º | 0.8% | 0.77% | - |
| XYZ | 33.07 | 31.36 | 6.23 | - |
| YUV | 146.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 39 | 0 | 0.28 | 0.80 | 0.23 | 39.11 | 0.67 | 0.46 |
| Hex | C5 | 8E | 27 | 0 | 1C | 50 | 17 | 27 | 43 | 2E |
| Octal | 305 | 216 | 47 | 0 | 34 | 120 | 27 | 47 | 103 | 56 |
| Binary | 11000101 | 10001110 | 100111 | 0 | 11100 | 1010000 | 10111 | 100111 | 1000011 | 101110 |
Color Harmonies of #C58E27
Complementary color
Monochromatic Colors of #C58E27
Black with #C58E27
Text Example
Text Example
White with #C58E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E27; }
p { color: rgb(197,142,39); }
H1.HeaderClassName
{
color: #C58E27;
}
.AnyTagClassName
{
color: #C58E27;
}
</style>
background-color css
<style>
a { background-color: #C58E27; }
a { background-color: rgb(197,142,39); }
div.DivClassName
{
background-color: #C58E27;
}
.BgClassName
{
background-color: #C58E27;
}
</style>
border-color css
<style>
span { border-color: #C58E27; }
span { border-color: rgb(197,142,39); }
td.TdClassName
{
border-color: #C58E27;
}
.TagClassName
{
border-color: #C58E27;
}
</style>