Shades of Nugget #C79420
Tints of Nugget #C79420
RGB
CMYK
RGB Variations
Color information
#C79420 (or 0xC79420) is known color: Nugget. HEX triplet: C7, 94 and 20. RGB value is (199,148,32). Sum of RGB (Red+Green+Blue) = 199+148+32=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C79420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79420 is #386BDF. Grayscale: #969696. Windows color (decimal): -3697632 or 2135239. OLE color: 2135239.
HSL color Cylindrical-coordinate representation of color #C79420: hue angle of 41.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C79420 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 32 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.22 |
| HSL | 41.68º | 0.72% | 0.45% | - |
| HSV(B) | 41.68º | 0.84% | 0.78% | - |
| XYZ | 34.4 | 33.43 | 6.01 | - |
| YUV | 150.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 32 | 0 | 0.26 | 0.84 | 0.22 | 41.68 | 0.72 | 0.45 |
| Hex | C7 | 94 | 20 | 0 | 1A | 54 | 16 | 2A | 48 | 2D |
| Octal | 307 | 224 | 40 | 0 | 32 | 124 | 26 | 52 | 110 | 55 |
| Binary | 11000111 | 10010100 | 100000 | 0 | 11010 | 1010100 | 10110 | 101010 | 1001000 | 101101 |
Color Harmonies of #C79420
Complementary color
Monochromatic Colors of #C79420
Black with #C79420
Text Example
Text Example
White with #C79420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79420; }
p { color: rgb(199,148,32); }
H1.HeaderClassName
{
color: #C79420;
}
.AnyTagClassName
{
color: #C79420;
}
</style>
background-color css
<style>
a { background-color: #C79420; }
a { background-color: rgb(199,148,32); }
div.DivClassName
{
background-color: #C79420;
}
.BgClassName
{
background-color: #C79420;
}
</style>
border-color css
<style>
span { border-color: #C79420; }
span { border-color: rgb(199,148,32); }
td.TdClassName
{
border-color: #C79420;
}
.TagClassName
{
border-color: #C79420;
}
</style>