Shades of Nugget #C39831
Tints of Nugget #C39831
RGB
CMYK
RGB Variations
Color information
#C39831 (or 0xC39831) is known color: Nugget. HEX triplet: C3, 98 and 31. RGB value is (195,152,49). Sum of RGB (Red+Green+Blue) = 195+152+49=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39831 is #3C67CE. Grayscale: #999999. Windows color (decimal): -3958735 or 3250371. OLE color: 3250371.
HSL color Cylindrical-coordinate representation of color #C39831: hue angle of 42.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39831 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 49 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.24 |
| HSL | 42.33º | 0.6% | 0.48% | - |
| HSV(B) | 42.33º | 0.75% | 0.76% | - |
| XYZ | 34.29 | 34.28 | 7.72 | - |
| YUV | 153.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 49 | 0 | 0.22 | 0.75 | 0.24 | 42.33 | 0.6 | 0.48 |
| Hex | C3 | 98 | 31 | 0 | 16 | 4B | 18 | 2A | 3C | 30 |
| Octal | 303 | 230 | 61 | 0 | 26 | 113 | 30 | 52 | 74 | 60 |
| Binary | 11000011 | 10011000 | 110001 | 0 | 10110 | 1001011 | 11000 | 101010 | 111100 | 110000 |
Color Harmonies of #C39831
Complementary color
Monochromatic Colors of #C39831
Black with #C39831
Text Example
Text Example
White with #C39831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39831; }
p { color: rgb(195,152,49); }
H1.HeaderClassName
{
color: #C39831;
}
.AnyTagClassName
{
color: #C39831;
}
</style>
background-color css
<style>
a { background-color: #C39831; }
a { background-color: rgb(195,152,49); }
div.DivClassName
{
background-color: #C39831;
}
.BgClassName
{
background-color: #C39831;
}
</style>
border-color css
<style>
span { border-color: #C39831; }
span { border-color: rgb(195,152,49); }
td.TdClassName
{
border-color: #C39831;
}
.TagClassName
{
border-color: #C39831;
}
</style>