Shades of Nugget #C59628
Tints of Nugget #C59628
RGB
CMYK
RGB Variations
Color information
#C59628 (or 0xC59628) is known color: Nugget. HEX triplet: C5, 96 and 28. RGB value is (197,150,40). Sum of RGB (Red+Green+Blue) = 197+150+40=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C59628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59628 is #3A69D7. Grayscale: #989898. Windows color (decimal): -3828184 or 2660037. OLE color: 2660037.
HSL color Cylindrical-coordinate representation of color #C59628: hue angle of 42.04º 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 #C59628 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 40 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.23 |
| HSL | 42.04º | 0.66% | 0.46% | - |
| HSV(B) | 42.04º | 0.8% | 0.77% | - |
| XYZ | 34.32 | 33.84 | 6.73 | - |
| YUV | 151.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 40 | 0 | 0.24 | 0.80 | 0.23 | 42.04 | 0.66 | 0.46 |
| Hex | C5 | 96 | 28 | 0 | 18 | 50 | 17 | 2A | 42 | 2E |
| Octal | 305 | 226 | 50 | 0 | 30 | 120 | 27 | 52 | 102 | 56 |
| Binary | 11000101 | 10010110 | 101000 | 0 | 11000 | 1010000 | 10111 | 101010 | 1000010 | 101110 |
Color Harmonies of #C59628
Complementary color
Monochromatic Colors of #C59628
Black with #C59628
Text Example
Text Example
White with #C59628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59628; }
p { color: rgb(197,150,40); }
H1.HeaderClassName
{
color: #C59628;
}
.AnyTagClassName
{
color: #C59628;
}
</style>
background-color css
<style>
a { background-color: #C59628; }
a { background-color: rgb(197,150,40); }
div.DivClassName
{
background-color: #C59628;
}
.BgClassName
{
background-color: #C59628;
}
</style>
border-color css
<style>
span { border-color: #C59628; }
span { border-color: rgb(197,150,40); }
td.TdClassName
{
border-color: #C59628;
}
.TagClassName
{
border-color: #C59628;
}
</style>