Shades of Nugget #C39B29
Tints of Nugget #C39B29
RGB
CMYK
RGB Variations
Color information
#C39B29 (or 0xC39B29) is known color: Nugget. HEX triplet: C3, 9B and 29. RGB value is (195,155,41). Sum of RGB (Red+Green+Blue) = 195+155+41=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B29 is #3C64D6. Grayscale: #9A9A9A. Windows color (decimal): -3957975 or 2726851. OLE color: 2726851.
HSL color Cylindrical-coordinate representation of color #C39B29: hue angle of 44.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C39B29 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 41 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.24 |
| HSL | 44.42º | 0.65% | 0.46% | - |
| HSV(B) | 44.42º | 0.79% | 0.76% | - |
| XYZ | 34.63 | 35.2 | 7.07 | - |
| YUV | 153.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 41 | 0 | 0.21 | 0.79 | 0.24 | 44.42 | 0.65 | 0.46 |
| Hex | C3 | 9B | 29 | 0 | 15 | 4F | 18 | 2C | 41 | 2E |
| Octal | 303 | 233 | 51 | 0 | 25 | 117 | 30 | 54 | 101 | 56 |
| Binary | 11000011 | 10011011 | 101001 | 0 | 10101 | 1001111 | 11000 | 101100 | 1000001 | 101110 |
Color Harmonies of #C39B29
Complementary color
Monochromatic Colors of #C39B29
Black with #C39B29
Text Example
Text Example
White with #C39B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B29; }
p { color: rgb(195,155,41); }
H1.HeaderClassName
{
color: #C39B29;
}
.AnyTagClassName
{
color: #C39B29;
}
</style>
background-color css
<style>
a { background-color: #C39B29; }
a { background-color: rgb(195,155,41); }
div.DivClassName
{
background-color: #C39B29;
}
.BgClassName
{
background-color: #C39B29;
}
</style>
border-color css
<style>
span { border-color: #C39B29; }
span { border-color: rgb(195,155,41); }
td.TdClassName
{
border-color: #C39B29;
}
.TagClassName
{
border-color: #C39B29;
}
</style>