Shades of Nugget #C58E2D
Tints of Nugget #C58E2D
RGB
CMYK
RGB Variations
Color information
#C58E2D (or 0xC58E2D) is known color: Nugget. HEX triplet: C5, 8E and 2D. RGB value is (197,142,45). Sum of RGB (Red+Green+Blue) = 197+142+45=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E2D is #3A71D2. Grayscale: #939393. Windows color (decimal): -3830227 or 2985669. OLE color: 2985669.
HSL color Cylindrical-coordinate representation of color #C58E2D: hue angle of 38.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C58E2D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 45 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.23 |
| HSL | 38.29º | 0.63% | 0.47% | - |
| HSV(B) | 38.29º | 0.77% | 0.77% | - |
| XYZ | 33.17 | 31.41 | 6.8 | - |
| YUV | 147.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 45 | 0 | 0.28 | 0.77 | 0.23 | 38.29 | 0.63 | 0.47 |
| Hex | C5 | 8E | 2D | 0 | 1C | 4D | 17 | 26 | 3F | 2F |
| Octal | 305 | 216 | 55 | 0 | 34 | 115 | 27 | 46 | 77 | 57 |
| Binary | 11000101 | 10001110 | 101101 | 0 | 11100 | 1001101 | 10111 | 100110 | 111111 | 101111 |
Color Harmonies of #C58E2D
Complementary color
Monochromatic Colors of #C58E2D
Black with #C58E2D
Text Example
Text Example
White with #C58E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E2D; }
p { color: rgb(197,142,45); }
H1.HeaderClassName
{
color: #C58E2D;
}
.AnyTagClassName
{
color: #C58E2D;
}
</style>
background-color css
<style>
a { background-color: #C58E2D; }
a { background-color: rgb(197,142,45); }
div.DivClassName
{
background-color: #C58E2D;
}
.BgClassName
{
background-color: #C58E2D;
}
</style>
border-color css
<style>
span { border-color: #C58E2D; }
span { border-color: rgb(197,142,45); }
td.TdClassName
{
border-color: #C58E2D;
}
.TagClassName
{
border-color: #C58E2D;
}
</style>