Shades of Nugget #C39429
Tints of Nugget #C39429
RGB
CMYK
RGB Variations
Color information
#C39429 (or 0xC39429) is known color: Nugget. HEX triplet: C3, 94 and 29. RGB value is (195,148,41). Sum of RGB (Red+Green+Blue) = 195+148+41=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C39429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39429 is #3C6BD6. Grayscale: #969696. Windows color (decimal): -3959767 or 2725059. OLE color: 2725059.
HSL color Cylindrical-coordinate representation of color #C39429: hue angle of 41.69º 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 #C39429 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 41 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.24 |
| HSL | 41.69º | 0.65% | 0.46% | - |
| HSV(B) | 41.69º | 0.79% | 0.76% | - |
| XYZ | 33.5 | 32.94 | 6.69 | - |
| YUV | 149.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 41 | 0 | 0.24 | 0.79 | 0.24 | 41.69 | 0.65 | 0.46 |
| Hex | C3 | 94 | 29 | 0 | 18 | 4F | 18 | 2A | 41 | 2E |
| Octal | 303 | 224 | 51 | 0 | 30 | 117 | 30 | 52 | 101 | 56 |
| Binary | 11000011 | 10010100 | 101001 | 0 | 11000 | 1001111 | 11000 | 101010 | 1000001 | 101110 |
Color Harmonies of #C39429
Complementary color
Monochromatic Colors of #C39429
Black with #C39429
Text Example
Text Example
White with #C39429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39429; }
p { color: rgb(195,148,41); }
H1.HeaderClassName
{
color: #C39429;
}
.AnyTagClassName
{
color: #C39429;
}
</style>
background-color css
<style>
a { background-color: #C39429; }
a { background-color: rgb(195,148,41); }
div.DivClassName
{
background-color: #C39429;
}
.BgClassName
{
background-color: #C39429;
}
</style>
border-color css
<style>
span { border-color: #C39429; }
span { border-color: rgb(195,148,41); }
td.TdClassName
{
border-color: #C39429;
}
.TagClassName
{
border-color: #C39429;
}
</style>