Shades of Nugget #C58D1D
Tints of Nugget #C58D1D
RGB
CMYK
RGB Variations
Color information
#C58D1D (or 0xC58D1D) is known color: Nugget. HEX triplet: C5, 8D and 1D. RGB value is (197,141,29). Sum of RGB (Red+Green+Blue) = 197+141+29=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D1D is #3A72E2. Grayscale: #919191. Windows color (decimal): -3830499 or 1936837. OLE color: 1936837.
HSL color Cylindrical-coordinate representation of color #C58D1D: hue angle of 40º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C58D1D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 29 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.23 |
| HSL | 40º | 0.74% | 0.44% | - |
| HSV(B) | 40º | 0.85% | 0.77% | - |
| XYZ | 32.77 | 31.01 | 5.42 | - |
| YUV | 144.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 29 | 0 | 0.28 | 0.85 | 0.23 | 40 | 0.74 | 0.44 |
| Hex | C5 | 8D | 1D | 0 | 1C | 55 | 17 | 28 | 4A | 2C |
| Octal | 305 | 215 | 35 | 0 | 34 | 125 | 27 | 50 | 112 | 54 |
| Binary | 11000101 | 10001101 | 11101 | 0 | 11100 | 1010101 | 10111 | 101000 | 1001010 | 101100 |
Color Harmonies of #C58D1D
Complementary color
Monochromatic Colors of #C58D1D
Black with #C58D1D
Text Example
Text Example
White with #C58D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D1D; }
p { color: rgb(197,141,29); }
H1.HeaderClassName
{
color: #C58D1D;
}
.AnyTagClassName
{
color: #C58D1D;
}
</style>
background-color css
<style>
a { background-color: #C58D1D; }
a { background-color: rgb(197,141,29); }
div.DivClassName
{
background-color: #C58D1D;
}
.BgClassName
{
background-color: #C58D1D;
}
</style>
border-color css
<style>
span { border-color: #C58D1D; }
span { border-color: rgb(197,141,29); }
td.TdClassName
{
border-color: #C58D1D;
}
.TagClassName
{
border-color: #C58D1D;
}
</style>