Shades of Nugget #C59125
Tints of Nugget #C59125
RGB
CMYK
RGB Variations
Color information
#C59125 (or 0xC59125) is known color: Nugget. HEX triplet: C5, 91 and 25. RGB value is (197,145,37). Sum of RGB (Red+Green+Blue) = 197+145+37=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C59125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59125 is #3A6EDA. Grayscale: #949494. Windows color (decimal): -3829467 or 2462149. OLE color: 2462149.
HSL color Cylindrical-coordinate representation of color #C59125: hue angle of 40.5º 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 #C59125 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 37 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.23 |
| HSL | 40.5º | 0.68% | 0.46% | - |
| HSV(B) | 40.5º | 0.81% | 0.77% | - |
| XYZ | 33.49 | 32.25 | 6.21 | - |
| YUV | 148.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 37 | 0 | 0.26 | 0.81 | 0.23 | 40.5 | 0.68 | 0.46 |
| Hex | C5 | 91 | 25 | 0 | 1A | 51 | 17 | 28 | 44 | 2E |
| Octal | 305 | 221 | 45 | 0 | 32 | 121 | 27 | 50 | 104 | 56 |
| Binary | 11000101 | 10010001 | 100101 | 0 | 11010 | 1010001 | 10111 | 101000 | 1000100 | 101110 |
Color Harmonies of #C59125
Complementary color
Monochromatic Colors of #C59125
Black with #C59125
Text Example
Text Example
White with #C59125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59125; }
p { color: rgb(197,145,37); }
H1.HeaderClassName
{
color: #C59125;
}
.AnyTagClassName
{
color: #C59125;
}
</style>
background-color css
<style>
a { background-color: #C59125; }
a { background-color: rgb(197,145,37); }
div.DivClassName
{
background-color: #C59125;
}
.BgClassName
{
background-color: #C59125;
}
</style>
border-color css
<style>
span { border-color: #C59125; }
span { border-color: rgb(197,145,37); }
td.TdClassName
{
border-color: #C59125;
}
.TagClassName
{
border-color: #C59125;
}
</style>