Shades of Nugget #C59525
Tints of Nugget #C59525
RGB
CMYK
RGB Variations
Color information
#C59525 (or 0xC59525) is known color: Nugget. HEX triplet: C5, 95 and 25. RGB value is (197,149,37). Sum of RGB (Red+Green+Blue) = 197+149+37=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C59525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59525 is #3A6ADA. Grayscale: #979797. Windows color (decimal): -3828443 or 2463173. OLE color: 2463173.
HSL color Cylindrical-coordinate representation of color #C59525: hue angle of 42º 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 #C59525 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 37 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.23 |
| HSL | 42º | 0.68% | 0.46% | - |
| HSV(B) | 42º | 0.81% | 0.77% | - |
| XYZ | 34.11 | 33.5 | 6.42 | - |
| YUV | 150.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 37 | 0 | 0.24 | 0.81 | 0.23 | 42 | 0.68 | 0.46 |
| Hex | C5 | 95 | 25 | 0 | 18 | 51 | 17 | 2A | 44 | 2E |
| Octal | 305 | 225 | 45 | 0 | 30 | 121 | 27 | 52 | 104 | 56 |
| Binary | 11000101 | 10010101 | 100101 | 0 | 11000 | 1010001 | 10111 | 101010 | 1000100 | 101110 |
Color Harmonies of #C59525
Complementary color
Monochromatic Colors of #C59525
Black with #C59525
Text Example
Text Example
White with #C59525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59525; }
p { color: rgb(197,149,37); }
H1.HeaderClassName
{
color: #C59525;
}
.AnyTagClassName
{
color: #C59525;
}
</style>
background-color css
<style>
a { background-color: #C59525; }
a { background-color: rgb(197,149,37); }
div.DivClassName
{
background-color: #C59525;
}
.BgClassName
{
background-color: #C59525;
}
</style>
border-color css
<style>
span { border-color: #C59525; }
span { border-color: rgb(197,149,37); }
td.TdClassName
{
border-color: #C59525;
}
.TagClassName
{
border-color: #C59525;
}
</style>