Shades of Nugget #C49A31
Tints of Nugget #C49A31
RGB
CMYK
RGB Variations
Color information
#C49A31 (or 0xC49A31) is known color: Nugget. HEX triplet: C4, 9A and 31. RGB value is (196,154,49). Sum of RGB (Red+Green+Blue) = 196+154+49=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A31 is #3B65CE. Grayscale: #9B9B9B. Windows color (decimal): -3892687 or 3250884. OLE color: 3250884.
HSL color Cylindrical-coordinate representation of color #C49A31: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C49A31 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 49 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.23 |
| HSL | 42.86º | 0.6% | 0.48% | - |
| HSV(B) | 42.86º | 0.75% | 0.77% | - |
| XYZ | 34.87 | 35.07 | 7.84 | - |
| YUV | 154.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 49 | 0 | 0.21 | 0.75 | 0.23 | 42.86 | 0.6 | 0.48 |
| Hex | C4 | 9A | 31 | 0 | 15 | 4B | 17 | 2B | 3C | 30 |
| Octal | 304 | 232 | 61 | 0 | 25 | 113 | 27 | 53 | 74 | 60 |
| Binary | 11000100 | 10011010 | 110001 | 0 | 10101 | 1001011 | 10111 | 101011 | 111100 | 110000 |
Color Harmonies of #C49A31
Complementary color
Monochromatic Colors of #C49A31
Black with #C49A31
Text Example
Text Example
White with #C49A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A31; }
p { color: rgb(196,154,49); }
H1.HeaderClassName
{
color: #C49A31;
}
.AnyTagClassName
{
color: #C49A31;
}
</style>
background-color css
<style>
a { background-color: #C49A31; }
a { background-color: rgb(196,154,49); }
div.DivClassName
{
background-color: #C49A31;
}
.BgClassName
{
background-color: #C49A31;
}
</style>
border-color css
<style>
span { border-color: #C49A31; }
span { border-color: rgb(196,154,49); }
td.TdClassName
{
border-color: #C49A31;
}
.TagClassName
{
border-color: #C49A31;
}
</style>