Shades of Nugget #C58E2C
Tints of Nugget #C58E2C
RGB
CMYK
RGB Variations
Color information
#C58E2C (or 0xC58E2C) is known color: Nugget. HEX triplet: C5, 8E and 2C. RGB value is (197,142,44). Sum of RGB (Red+Green+Blue) = 197+142+44=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E2C is #3A71D3. Grayscale: #939393. Windows color (decimal): -3830228 or 2920133. OLE color: 2920133.
HSL color Cylindrical-coordinate representation of color #C58E2C: hue angle of 38.43º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C58E2C is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 44 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.23 |
| HSL | 38.43º | 0.63% | 0.47% | - |
| HSV(B) | 38.43º | 0.78% | 0.77% | - |
| XYZ | 33.15 | 31.4 | 6.7 | - |
| YUV | 147.27 | 69.72 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 44 | 0 | 0.28 | 0.78 | 0.23 | 38.43 | 0.63 | 0.47 |
| Hex | C5 | 8E | 2C | 0 | 1C | 4E | 17 | 26 | 3F | 2F |
| Octal | 305 | 216 | 54 | 0 | 34 | 116 | 27 | 46 | 77 | 57 |
| Binary | 11000101 | 10001110 | 101100 | 0 | 11100 | 1001110 | 10111 | 100110 | 111111 | 101111 |
Color Harmonies of #C58E2C
Complementary color
Monochromatic Colors of #C58E2C
Black with #C58E2C
Text Example
Text Example
White with #C58E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E2C; }
p { color: rgb(197,142,44); }
H1.HeaderClassName
{
color: #C58E2C;
}
.AnyTagClassName
{
color: #C58E2C;
}
</style>
background-color css
<style>
a { background-color: #C58E2C; }
a { background-color: rgb(197,142,44); }
div.DivClassName
{
background-color: #C58E2C;
}
.BgClassName
{
background-color: #C58E2C;
}
</style>
border-color css
<style>
span { border-color: #C58E2C; }
span { border-color: rgb(197,142,44); }
td.TdClassName
{
border-color: #C58E2C;
}
.TagClassName
{
border-color: #C58E2C;
}
</style>