Shades of Nugget #C39B2E
Tints of Nugget #C39B2E
RGB
CMYK
RGB Variations
Color information
#C39B2E (or 0xC39B2E) is known color: Nugget. HEX triplet: C3, 9B and 2E. RGB value is (195,155,46). Sum of RGB (Red+Green+Blue) = 195+155+46=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B2E is #3C64D1. Grayscale: #9B9B9B. Windows color (decimal): -3957970 or 3054531. OLE color: 3054531.
HSL color Cylindrical-coordinate representation of color #C39B2E: hue angle of 43.89º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C39B2E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 46 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.24 |
| HSL | 43.89º | 0.62% | 0.47% | - |
| HSV(B) | 43.89º | 0.76% | 0.76% | - |
| XYZ | 34.72 | 35.24 | 7.56 | - |
| YUV | 154.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 46 | 0 | 0.21 | 0.76 | 0.24 | 43.89 | 0.62 | 0.47 |
| Hex | C3 | 9B | 2E | 0 | 15 | 4C | 18 | 2C | 3E | 2F |
| Octal | 303 | 233 | 56 | 0 | 25 | 114 | 30 | 54 | 76 | 57 |
| Binary | 11000011 | 10011011 | 101110 | 0 | 10101 | 1001100 | 11000 | 101100 | 111110 | 101111 |
Color Harmonies of #C39B2E
Complementary color
Monochromatic Colors of #C39B2E
Black with #C39B2E
Text Example
Text Example
White with #C39B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B2E; }
p { color: rgb(195,155,46); }
H1.HeaderClassName
{
color: #C39B2E;
}
.AnyTagClassName
{
color: #C39B2E;
}
</style>
background-color css
<style>
a { background-color: #C39B2E; }
a { background-color: rgb(195,155,46); }
div.DivClassName
{
background-color: #C39B2E;
}
.BgClassName
{
background-color: #C39B2E;
}
</style>
border-color css
<style>
span { border-color: #C39B2E; }
span { border-color: rgb(195,155,46); }
td.TdClassName
{
border-color: #C39B2E;
}
.TagClassName
{
border-color: #C39B2E;
}
</style>