Shades of Nugget #C79C34
Tints of Nugget #C79C34
RGB
CMYK
RGB Variations
Color information
#C79C34 (or 0xC79C34) is known color: Nugget. HEX triplet: C7, 9C and 34. RGB value is (199,156,52). Sum of RGB (Red+Green+Blue) = 199+156+52=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C34 is #3863CB. Grayscale: #9D9D9D. Windows color (decimal): -3695564 or 3448007. OLE color: 3448007.
HSL color Cylindrical-coordinate representation of color #C79C34: hue angle of 42.45º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C79C34 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 52 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.22 |
| HSL | 42.45º | 0.59% | 0.49% | - |
| HSV(B) | 42.45º | 0.74% | 0.78% | - |
| XYZ | 36.06 | 36.17 | 8.33 | - |
| YUV | 157 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 52 | 0 | 0.22 | 0.74 | 0.22 | 42.45 | 0.59 | 0.49 |
| Hex | C7 | 9C | 34 | 0 | 16 | 4A | 16 | 2A | 3B | 31 |
| Octal | 307 | 234 | 64 | 0 | 26 | 112 | 26 | 52 | 73 | 61 |
| Binary | 11000111 | 10011100 | 110100 | 0 | 10110 | 1001010 | 10110 | 101010 | 111011 | 110001 |
Color Harmonies of #C79C34
Complementary color
Monochromatic Colors of #C79C34
Black with #C79C34
Text Example
Text Example
White with #C79C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C34; }
p { color: rgb(199,156,52); }
H1.HeaderClassName
{
color: #C79C34;
}
.AnyTagClassName
{
color: #C79C34;
}
</style>
background-color css
<style>
a { background-color: #C79C34; }
a { background-color: rgb(199,156,52); }
div.DivClassName
{
background-color: #C79C34;
}
.BgClassName
{
background-color: #C79C34;
}
</style>
border-color css
<style>
span { border-color: #C79C34; }
span { border-color: rgb(199,156,52); }
td.TdClassName
{
border-color: #C79C34;
}
.TagClassName
{
border-color: #C79C34;
}
</style>