Shades of Nugget #C59430
Tints of Nugget #C59430
RGB
CMYK
RGB Variations
Color information
#C59430 (or 0xC59430) is known color: Nugget. HEX triplet: C5, 94 and 30. RGB value is (197,148,48). Sum of RGB (Red+Green+Blue) = 197+148+48=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C59430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59430 is #3A6BCF. Grayscale: #979797. Windows color (decimal): -3828688 or 3183813. OLE color: 3183813.
HSL color Cylindrical-coordinate representation of color #C59430: hue angle of 40.27º 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 #C59430 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 48 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.23 |
| HSL | 40.27º | 0.61% | 0.48% | - |
| HSV(B) | 40.27º | 0.76% | 0.77% | - |
| XYZ | 34.15 | 33.26 | 7.42 | - |
| YUV | 151.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 48 | 0 | 0.25 | 0.76 | 0.23 | 40.27 | 0.61 | 0.48 |
| Hex | C5 | 94 | 30 | 0 | 19 | 4C | 17 | 28 | 3D | 30 |
| Octal | 305 | 224 | 60 | 0 | 31 | 114 | 27 | 50 | 75 | 60 |
| Binary | 11000101 | 10010100 | 110000 | 0 | 11001 | 1001100 | 10111 | 101000 | 111101 | 110000 |
Color Harmonies of #C59430
Complementary color
Monochromatic Colors of #C59430
Black with #C59430
Text Example
Text Example
White with #C59430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59430; }
p { color: rgb(197,148,48); }
H1.HeaderClassName
{
color: #C59430;
}
.AnyTagClassName
{
color: #C59430;
}
</style>
background-color css
<style>
a { background-color: #C59430; }
a { background-color: rgb(197,148,48); }
div.DivClassName
{
background-color: #C59430;
}
.BgClassName
{
background-color: #C59430;
}
</style>
border-color css
<style>
span { border-color: #C59430; }
span { border-color: rgb(197,148,48); }
td.TdClassName
{
border-color: #C59430;
}
.TagClassName
{
border-color: #C59430;
}
</style>