Shades of Nugget #C59725
Tints of Nugget #C59725
RGB
CMYK
RGB Variations
Color information
#C59725 (or 0xC59725) is known color: Nugget. HEX triplet: C5, 97 and 25. RGB value is (197,151,37). Sum of RGB (Red+Green+Blue) = 197+151+37=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C59725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59725 is #3A68DA. Grayscale: #989898. Windows color (decimal): -3827931 or 2463685. OLE color: 2463685.
HSL color Cylindrical-coordinate representation of color #C59725: hue angle of 42.75º 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 #C59725 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 37 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.23 |
| HSL | 42.75º | 0.68% | 0.46% | - |
| HSV(B) | 42.75º | 0.81% | 0.77% | - |
| XYZ | 34.43 | 34.14 | 6.52 | - |
| YUV | 151.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 37 | 0 | 0.23 | 0.81 | 0.23 | 42.75 | 0.68 | 0.46 |
| Hex | C5 | 97 | 25 | 0 | 17 | 51 | 17 | 2B | 44 | 2E |
| Octal | 305 | 227 | 45 | 0 | 27 | 121 | 27 | 53 | 104 | 56 |
| Binary | 11000101 | 10010111 | 100101 | 0 | 10111 | 1010001 | 10111 | 101011 | 1000100 | 101110 |
Color Harmonies of #C59725
Complementary color
Monochromatic Colors of #C59725
Black with #C59725
Text Example
Text Example
White with #C59725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59725; }
p { color: rgb(197,151,37); }
H1.HeaderClassName
{
color: #C59725;
}
.AnyTagClassName
{
color: #C59725;
}
</style>
background-color css
<style>
a { background-color: #C59725; }
a { background-color: rgb(197,151,37); }
div.DivClassName
{
background-color: #C59725;
}
.BgClassName
{
background-color: #C59725;
}
</style>
border-color css
<style>
span { border-color: #C59725; }
span { border-color: rgb(197,151,37); }
td.TdClassName
{
border-color: #C59725;
}
.TagClassName
{
border-color: #C59725;
}
</style>