Shades of Nugget #C49722
Tints of Nugget #C49722
RGB
CMYK
RGB Variations
Color information
#C49722 (or 0xC49722) is known color: Nugget. HEX triplet: C4, 97 and 22. RGB value is (196,151,34). Sum of RGB (Red+Green+Blue) = 196+151+34=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C49722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49722 is #3B68DD. Grayscale: #979797. Windows color (decimal): -3893470 or 2267076. OLE color: 2267076.
HSL color Cylindrical-coordinate representation of color #C49722: hue angle of 43.33º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C49722 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 34 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.23 |
| HSL | 43.33º | 0.7% | 0.45% | - |
| HSV(B) | 43.33º | 0.83% | 0.77% | - |
| XYZ | 34.12 | 33.98 | 6.27 | - |
| YUV | 151.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 34 | 0 | 0.23 | 0.83 | 0.23 | 43.33 | 0.7 | 0.45 |
| Hex | C4 | 97 | 22 | 0 | 17 | 53 | 17 | 2B | 46 | 2D |
| Octal | 304 | 227 | 42 | 0 | 27 | 123 | 27 | 53 | 106 | 55 |
| Binary | 11000100 | 10010111 | 100010 | 0 | 10111 | 1010011 | 10111 | 101011 | 1000110 | 101101 |
Color Harmonies of #C49722
Complementary color
Monochromatic Colors of #C49722
Black with #C49722
Text Example
Text Example
White with #C49722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49722; }
p { color: rgb(196,151,34); }
H1.HeaderClassName
{
color: #C49722;
}
.AnyTagClassName
{
color: #C49722;
}
</style>
background-color css
<style>
a { background-color: #C49722; }
a { background-color: rgb(196,151,34); }
div.DivClassName
{
background-color: #C49722;
}
.BgClassName
{
background-color: #C49722;
}
</style>
border-color css
<style>
span { border-color: #C49722; }
span { border-color: rgb(196,151,34); }
td.TdClassName
{
border-color: #C49722;
}
.TagClassName
{
border-color: #C49722;
}
</style>