Shades of Nugget #C59828
Tints of Nugget #C59828
RGB
CMYK
RGB Variations
Color information
#C59828 (or 0xC59828) is known color: Nugget. HEX triplet: C5, 98 and 28. RGB value is (197,152,40). Sum of RGB (Red+Green+Blue) = 197+152+40=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C59828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59828 is #3A67D7. Grayscale: #999999. Windows color (decimal): -3827672 or 2660549. OLE color: 2660549.
HSL color Cylindrical-coordinate representation of color #C59828: hue angle of 42.8º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C59828 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 40 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.23 |
| HSL | 42.8º | 0.66% | 0.46% | - |
| HSV(B) | 42.8º | 0.8% | 0.77% | - |
| XYZ | 34.64 | 34.48 | 6.84 | - |
| YUV | 152.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 40 | 0 | 0.23 | 0.80 | 0.23 | 42.8 | 0.66 | 0.46 |
| Hex | C5 | 98 | 28 | 0 | 17 | 50 | 17 | 2B | 42 | 2E |
| Octal | 305 | 230 | 50 | 0 | 27 | 120 | 27 | 53 | 102 | 56 |
| Binary | 11000101 | 10011000 | 101000 | 0 | 10111 | 1010000 | 10111 | 101011 | 1000010 | 101110 |
Color Harmonies of #C59828
Complementary color
Monochromatic Colors of #C59828
Black with #C59828
Text Example
Text Example
White with #C59828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59828; }
p { color: rgb(197,152,40); }
H1.HeaderClassName
{
color: #C59828;
}
.AnyTagClassName
{
color: #C59828;
}
</style>
background-color css
<style>
a { background-color: #C59828; }
a { background-color: rgb(197,152,40); }
div.DivClassName
{
background-color: #C59828;
}
.BgClassName
{
background-color: #C59828;
}
</style>
border-color css
<style>
span { border-color: #C59828; }
span { border-color: rgb(197,152,40); }
td.TdClassName
{
border-color: #C59828;
}
.TagClassName
{
border-color: #C59828;
}
</style>