Shades of Nugget #C59825
Tints of Nugget #C59825
RGB
CMYK
RGB Variations
Color information
#C59825 (or 0xC59825) is known color: Nugget. HEX triplet: C5, 98 and 25. RGB value is (197,152,37). Sum of RGB (Red+Green+Blue) = 197+152+37=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C59825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59825 is #3A67DA. Grayscale: #989898. Windows color (decimal): -3827675 or 2463941. OLE color: 2463941.
HSL color Cylindrical-coordinate representation of color #C59825: hue angle of 43.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C59825 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 37 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.23 |
| HSL | 43.13º | 0.68% | 0.46% | - |
| HSV(B) | 43.13º | 0.81% | 0.77% | - |
| XYZ | 34.59 | 34.46 | 6.58 | - |
| YUV | 152.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 37 | 0 | 0.23 | 0.81 | 0.23 | 43.13 | 0.68 | 0.46 |
| Hex | C5 | 98 | 25 | 0 | 17 | 51 | 17 | 2B | 44 | 2E |
| Octal | 305 | 230 | 45 | 0 | 27 | 121 | 27 | 53 | 104 | 56 |
| Binary | 11000101 | 10011000 | 100101 | 0 | 10111 | 1010001 | 10111 | 101011 | 1000100 | 101110 |
Color Harmonies of #C59825
Complementary color
Monochromatic Colors of #C59825
Black with #C59825
Text Example
Text Example
White with #C59825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59825; }
p { color: rgb(197,152,37); }
H1.HeaderClassName
{
color: #C59825;
}
.AnyTagClassName
{
color: #C59825;
}
</style>
background-color css
<style>
a { background-color: #C59825; }
a { background-color: rgb(197,152,37); }
div.DivClassName
{
background-color: #C59825;
}
.BgClassName
{
background-color: #C59825;
}
</style>
border-color css
<style>
span { border-color: #C59825; }
span { border-color: rgb(197,152,37); }
td.TdClassName
{
border-color: #C59825;
}
.TagClassName
{
border-color: #C59825;
}
</style>