Shades of Nugget #C79721
Tints of Nugget #C79721
RGB
CMYK
RGB Variations
Color information
#C79721 (or 0xC79721) is known color: Nugget. HEX triplet: C7, 97 and 21. RGB value is (199,151,33). Sum of RGB (Red+Green+Blue) = 199+151+33=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C79721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79721 is #3868DE. Grayscale: #989898. Windows color (decimal): -3696863 or 2201543. OLE color: 2201543.
HSL color Cylindrical-coordinate representation of color #C79721: hue angle of 42.65º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C79721 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 33 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.22 |
| HSL | 42.65º | 0.72% | 0.45% | - |
| HSV(B) | 42.65º | 0.83% | 0.78% | - |
| XYZ | 34.89 | 34.39 | 6.24 | - |
| YUV | 151.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 33 | 0 | 0.24 | 0.83 | 0.22 | 42.65 | 0.72 | 0.45 |
| Hex | C7 | 97 | 21 | 0 | 18 | 53 | 16 | 2B | 48 | 2D |
| Octal | 307 | 227 | 41 | 0 | 30 | 123 | 26 | 53 | 110 | 55 |
| Binary | 11000111 | 10010111 | 100001 | 0 | 11000 | 1010011 | 10110 | 101011 | 1001000 | 101101 |
Color Harmonies of #C79721
Complementary color
Monochromatic Colors of #C79721
Black with #C79721
Text Example
Text Example
White with #C79721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79721; }
p { color: rgb(199,151,33); }
H1.HeaderClassName
{
color: #C79721;
}
.AnyTagClassName
{
color: #C79721;
}
</style>
background-color css
<style>
a { background-color: #C79721; }
a { background-color: rgb(199,151,33); }
div.DivClassName
{
background-color: #C79721;
}
.BgClassName
{
background-color: #C79721;
}
</style>
border-color css
<style>
span { border-color: #C79721; }
span { border-color: rgb(199,151,33); }
td.TdClassName
{
border-color: #C79721;
}
.TagClassName
{
border-color: #C79721;
}
</style>