Shades of Nugget #C59530
Tints of Nugget #C59530
RGB
CMYK
RGB Variations
Color information
#C59530 (or 0xC59530) is known color: Nugget. HEX triplet: C5, 95 and 30. RGB value is (197,149,48). Sum of RGB (Red+Green+Blue) = 197+149+48=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C59530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59530 is #3A6ACF. Grayscale: #989898. Windows color (decimal): -3828432 or 3184069. OLE color: 3184069.
HSL color Cylindrical-coordinate representation of color #C59530: hue angle of 40.67º 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 #C59530 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 48 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.23 |
| HSL | 40.67º | 0.61% | 0.48% | - |
| HSV(B) | 40.67º | 0.76% | 0.77% | - |
| XYZ | 34.31 | 33.58 | 7.47 | - |
| YUV | 151.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 48 | 0 | 0.24 | 0.76 | 0.23 | 40.67 | 0.61 | 0.48 |
| Hex | C5 | 95 | 30 | 0 | 18 | 4C | 17 | 29 | 3D | 30 |
| Octal | 305 | 225 | 60 | 0 | 30 | 114 | 27 | 51 | 75 | 60 |
| Binary | 11000101 | 10010101 | 110000 | 0 | 11000 | 1001100 | 10111 | 101001 | 111101 | 110000 |
Color Harmonies of #C59530
Complementary color
Monochromatic Colors of #C59530
Black with #C59530
Text Example
Text Example
White with #C59530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59530; }
p { color: rgb(197,149,48); }
H1.HeaderClassName
{
color: #C59530;
}
.AnyTagClassName
{
color: #C59530;
}
</style>
background-color css
<style>
a { background-color: #C59530; }
a { background-color: rgb(197,149,48); }
div.DivClassName
{
background-color: #C59530;
}
.BgClassName
{
background-color: #C59530;
}
</style>
border-color css
<style>
span { border-color: #C59530; }
span { border-color: rgb(197,149,48); }
td.TdClassName
{
border-color: #C59530;
}
.TagClassName
{
border-color: #C59530;
}
</style>