Shades of Nugget #C59630
Tints of Nugget #C59630
RGB
CMYK
RGB Variations
Color information
#C59630 (or 0xC59630) is known color: Nugget. HEX triplet: C5, 96 and 30. RGB value is (197,150,48). Sum of RGB (Red+Green+Blue) = 197+150+48=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C59630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59630 is #3A69CF. Grayscale: #989898. Windows color (decimal): -3828176 or 3184325. OLE color: 3184325.
HSL color Cylindrical-coordinate representation of color #C59630: hue angle of 41.07º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C59630 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 48 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.23 |
| HSL | 41.07º | 0.61% | 0.48% | - |
| HSV(B) | 41.07º | 0.76% | 0.77% | - |
| XYZ | 34.47 | 33.9 | 7.52 | - |
| YUV | 152.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 48 | 0 | 0.24 | 0.76 | 0.23 | 41.07 | 0.61 | 0.48 |
| Hex | C5 | 96 | 30 | 0 | 18 | 4C | 17 | 29 | 3D | 30 |
| Octal | 305 | 226 | 60 | 0 | 30 | 114 | 27 | 51 | 75 | 60 |
| Binary | 11000101 | 10010110 | 110000 | 0 | 11000 | 1001100 | 10111 | 101001 | 111101 | 110000 |
Color Harmonies of #C59630
Complementary color
Monochromatic Colors of #C59630
Black with #C59630
Text Example
Text Example
White with #C59630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59630; }
p { color: rgb(197,150,48); }
H1.HeaderClassName
{
color: #C59630;
}
.AnyTagClassName
{
color: #C59630;
}
</style>
background-color css
<style>
a { background-color: #C59630; }
a { background-color: rgb(197,150,48); }
div.DivClassName
{
background-color: #C59630;
}
.BgClassName
{
background-color: #C59630;
}
</style>
border-color css
<style>
span { border-color: #C59630; }
span { border-color: rgb(197,150,48); }
td.TdClassName
{
border-color: #C59630;
}
.TagClassName
{
border-color: #C59630;
}
</style>