Shades of Nugget #C79831
Tints of Nugget #C79831
RGB
CMYK
RGB Variations
Color information
#C79831 (or 0xC79831) is known color: Nugget. HEX triplet: C7, 98 and 31. RGB value is (199,152,49). Sum of RGB (Red+Green+Blue) = 199+152+49=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C79831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79831 is #3867CE. Grayscale: #9A9A9A. Windows color (decimal): -3696591 or 3250375. OLE color: 3250375.
HSL color Cylindrical-coordinate representation of color #C79831: hue angle of 41.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C79831 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 49 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.22 |
| HSL | 41.2º | 0.6% | 0.49% | - |
| HSV(B) | 41.2º | 0.75% | 0.78% | - |
| XYZ | 35.34 | 34.82 | 7.76 | - |
| YUV | 154.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 49 | 0 | 0.24 | 0.75 | 0.22 | 41.2 | 0.6 | 0.49 |
| Hex | C7 | 98 | 31 | 0 | 18 | 4B | 16 | 29 | 3C | 31 |
| Octal | 307 | 230 | 61 | 0 | 30 | 113 | 26 | 51 | 74 | 61 |
| Binary | 11000111 | 10011000 | 110001 | 0 | 11000 | 1001011 | 10110 | 101001 | 111100 | 110001 |
Color Harmonies of #C79831
Complementary color
Monochromatic Colors of #C79831
Black with #C79831
Text Example
Text Example
White with #C79831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79831; }
p { color: rgb(199,152,49); }
H1.HeaderClassName
{
color: #C79831;
}
.AnyTagClassName
{
color: #C79831;
}
</style>
background-color css
<style>
a { background-color: #C79831; }
a { background-color: rgb(199,152,49); }
div.DivClassName
{
background-color: #C79831;
}
.BgClassName
{
background-color: #C79831;
}
</style>
border-color css
<style>
span { border-color: #C79831; }
span { border-color: rgb(199,152,49); }
td.TdClassName
{
border-color: #C79831;
}
.TagClassName
{
border-color: #C79831;
}
</style>