Shades of Nugget #C59325
Tints of Nugget #C59325
RGB
CMYK
RGB Variations
Color information
#C59325 (or 0xC59325) is known color: Nugget. HEX triplet: C5, 93 and 25. RGB value is (197,147,37). Sum of RGB (Red+Green+Blue) = 197+147+37=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C59325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59325 is #3A6CDA. Grayscale: #959595. Windows color (decimal): -3828955 or 2462661. OLE color: 2462661.
HSL color Cylindrical-coordinate representation of color #C59325: hue angle of 41.25º 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 #C59325 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 37 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.23 |
| HSL | 41.25º | 0.68% | 0.46% | - |
| HSV(B) | 41.25º | 0.81% | 0.77% | - |
| XYZ | 33.79 | 32.87 | 6.31 | - |
| YUV | 149.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 37 | 0 | 0.25 | 0.81 | 0.23 | 41.25 | 0.68 | 0.46 |
| Hex | C5 | 93 | 25 | 0 | 19 | 51 | 17 | 29 | 44 | 2E |
| Octal | 305 | 223 | 45 | 0 | 31 | 121 | 27 | 51 | 104 | 56 |
| Binary | 11000101 | 10010011 | 100101 | 0 | 11001 | 1010001 | 10111 | 101001 | 1000100 | 101110 |
Color Harmonies of #C59325
Complementary color
Monochromatic Colors of #C59325
Black with #C59325
Text Example
Text Example
White with #C59325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59325; }
p { color: rgb(197,147,37); }
H1.HeaderClassName
{
color: #C59325;
}
.AnyTagClassName
{
color: #C59325;
}
</style>
background-color css
<style>
a { background-color: #C59325; }
a { background-color: rgb(197,147,37); }
div.DivClassName
{
background-color: #C59325;
}
.BgClassName
{
background-color: #C59325;
}
</style>
border-color css
<style>
span { border-color: #C59325; }
span { border-color: rgb(197,147,37); }
td.TdClassName
{
border-color: #C59325;
}
.TagClassName
{
border-color: #C59325;
}
</style>