Shades of Nugget #C59A28
Tints of Nugget #C59A28
RGB
CMYK
RGB Variations
Color information
#C59A28 (or 0xC59A28) is known color: Nugget. HEX triplet: C5, 9A and 28. RGB value is (197,154,40). Sum of RGB (Red+Green+Blue) = 197+154+40=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A28 is #3A65D7. Grayscale: #9A9A9A. Windows color (decimal): -3827160 or 2661061. OLE color: 2661061.
HSL color Cylindrical-coordinate representation of color #C59A28: hue angle of 43.57º 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 #C59A28 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 40 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.23 |
| HSL | 43.57º | 0.66% | 0.46% | - |
| HSV(B) | 43.57º | 0.8% | 0.77% | - |
| XYZ | 34.96 | 35.13 | 6.95 | - |
| YUV | 153.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 40 | 0 | 0.22 | 0.80 | 0.23 | 43.57 | 0.66 | 0.46 |
| Hex | C5 | 9A | 28 | 0 | 16 | 50 | 17 | 2C | 42 | 2E |
| Octal | 305 | 232 | 50 | 0 | 26 | 120 | 27 | 54 | 102 | 56 |
| Binary | 11000101 | 10011010 | 101000 | 0 | 10110 | 1010000 | 10111 | 101100 | 1000010 | 101110 |
Color Harmonies of #C59A28
Complementary color
Monochromatic Colors of #C59A28
Black with #C59A28
Text Example
Text Example
White with #C59A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A28; }
p { color: rgb(197,154,40); }
H1.HeaderClassName
{
color: #C59A28;
}
.AnyTagClassName
{
color: #C59A28;
}
</style>
background-color css
<style>
a { background-color: #C59A28; }
a { background-color: rgb(197,154,40); }
div.DivClassName
{
background-color: #C59A28;
}
.BgClassName
{
background-color: #C59A28;
}
</style>
border-color css
<style>
span { border-color: #C59A28; }
span { border-color: rgb(197,154,40); }
td.TdClassName
{
border-color: #C59A28;
}
.TagClassName
{
border-color: #C59A28;
}
</style>