Shades of Nugget #C59424
Tints of Nugget #C59424
RGB
CMYK
RGB Variations
Color information
#C59424 (or 0xC59424) is known color: Nugget. HEX triplet: C5, 94 and 24. RGB value is (197,148,36). Sum of RGB (Red+Green+Blue) = 197+148+36=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C59424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59424 is #3A6BDB. Grayscale: #969696. Windows color (decimal): -3828700 or 2397381. OLE color: 2397381.
HSL color Cylindrical-coordinate representation of color #C59424: hue angle of 41.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C59424 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 36 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.23 |
| HSL | 41.74º | 0.69% | 0.46% | - |
| HSV(B) | 41.74º | 0.82% | 0.77% | - |
| XYZ | 33.93 | 33.18 | 6.28 | - |
| YUV | 149.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 36 | 0 | 0.25 | 0.82 | 0.23 | 41.74 | 0.69 | 0.46 |
| Hex | C5 | 94 | 24 | 0 | 19 | 52 | 17 | 2A | 45 | 2E |
| Octal | 305 | 224 | 44 | 0 | 31 | 122 | 27 | 52 | 105 | 56 |
| Binary | 11000101 | 10010100 | 100100 | 0 | 11001 | 1010010 | 10111 | 101010 | 1000101 | 101110 |
Color Harmonies of #C59424
Complementary color
Monochromatic Colors of #C59424
Black with #C59424
Text Example
Text Example
White with #C59424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59424; }
p { color: rgb(197,148,36); }
H1.HeaderClassName
{
color: #C59424;
}
.AnyTagClassName
{
color: #C59424;
}
</style>
background-color css
<style>
a { background-color: #C59424; }
a { background-color: rgb(197,148,36); }
div.DivClassName
{
background-color: #C59424;
}
.BgClassName
{
background-color: #C59424;
}
</style>
border-color css
<style>
span { border-color: #C59424; }
span { border-color: rgb(197,148,36); }
td.TdClassName
{
border-color: #C59424;
}
.TagClassName
{
border-color: #C59424;
}
</style>