Shades of Nugget #C59A2E
Tints of Nugget #C59A2E
RGB
CMYK
RGB Variations
Color information
#C59A2E (or 0xC59A2E) is known color: Nugget. HEX triplet: C5, 9A and 2E. RGB value is (197,154,46). Sum of RGB (Red+Green+Blue) = 197+154+46=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A2E is #3A65D1. Grayscale: #9B9B9B. Windows color (decimal): -3827154 or 3054277. OLE color: 3054277.
HSL color Cylindrical-coordinate representation of color #C59A2E: hue angle of 42.91º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C59A2E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 46 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.23 |
| HSL | 42.91º | 0.62% | 0.48% | - |
| HSV(B) | 42.91º | 0.77% | 0.77% | - |
| XYZ | 35.07 | 35.18 | 7.53 | - |
| YUV | 154.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 46 | 0 | 0.22 | 0.77 | 0.23 | 42.91 | 0.62 | 0.48 |
| Hex | C5 | 9A | 2E | 0 | 16 | 4D | 17 | 2B | 3E | 30 |
| Octal | 305 | 232 | 56 | 0 | 26 | 115 | 27 | 53 | 76 | 60 |
| Binary | 11000101 | 10011010 | 101110 | 0 | 10110 | 1001101 | 10111 | 101011 | 111110 | 110000 |
Color Harmonies of #C59A2E
Complementary color
Monochromatic Colors of #C59A2E
Black with #C59A2E
Text Example
Text Example
White with #C59A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A2E; }
p { color: rgb(197,154,46); }
H1.HeaderClassName
{
color: #C59A2E;
}
.AnyTagClassName
{
color: #C59A2E;
}
</style>
background-color css
<style>
a { background-color: #C59A2E; }
a { background-color: rgb(197,154,46); }
div.DivClassName
{
background-color: #C59A2E;
}
.BgClassName
{
background-color: #C59A2E;
}
</style>
border-color css
<style>
span { border-color: #C59A2E; }
span { border-color: rgb(197,154,46); }
td.TdClassName
{
border-color: #C59A2E;
}
.TagClassName
{
border-color: #C59A2E;
}
</style>