Shades of Nugget #C39E34
Tints of Nugget #C39E34
RGB
CMYK
RGB Variations
Color information
#C39E34 (or 0xC39E34) is known color: Nugget. HEX triplet: C3, 9E and 34. RGB value is (195,158,52). Sum of RGB (Red+Green+Blue) = 195+158+52=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E34 is #3C61CB. Grayscale: #9D9D9D. Windows color (decimal): -3957196 or 3448515. OLE color: 3448515.
HSL color Cylindrical-coordinate representation of color #C39E34: hue angle of 44.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C39E34 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 52 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.24 |
| HSL | 44.48º | 0.58% | 0.48% | - |
| HSV(B) | 44.48º | 0.73% | 0.76% | - |
| XYZ | 35.35 | 36.3 | 8.39 | - |
| YUV | 156.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 52 | 0 | 0.19 | 0.73 | 0.24 | 44.48 | 0.58 | 0.48 |
| Hex | C3 | 9E | 34 | 0 | 13 | 49 | 18 | 2C | 3A | 30 |
| Octal | 303 | 236 | 64 | 0 | 23 | 111 | 30 | 54 | 72 | 60 |
| Binary | 11000011 | 10011110 | 110100 | 0 | 10011 | 1001001 | 11000 | 101100 | 111010 | 110000 |
Color Harmonies of #C39E34
Complementary color
Monochromatic Colors of #C39E34
Black with #C39E34
Text Example
Text Example
White with #C39E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E34; }
p { color: rgb(195,158,52); }
H1.HeaderClassName
{
color: #C39E34;
}
.AnyTagClassName
{
color: #C39E34;
}
</style>
background-color css
<style>
a { background-color: #C39E34; }
a { background-color: rgb(195,158,52); }
div.DivClassName
{
background-color: #C39E34;
}
.BgClassName
{
background-color: #C39E34;
}
</style>
border-color css
<style>
span { border-color: #C39E34; }
span { border-color: rgb(195,158,52); }
td.TdClassName
{
border-color: #C39E34;
}
.TagClassName
{
border-color: #C39E34;
}
</style>