Shades of Nugget #C49D29
Tints of Nugget #C49D29
RGB
CMYK
RGB Variations
Color information
#C49D29 (or 0xC49D29) is known color: Nugget. HEX triplet: C4, 9D and 29. RGB value is (196,157,41). Sum of RGB (Red+Green+Blue) = 196+157+41=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D29 is #3B62D6. Grayscale: #9B9B9B. Windows color (decimal): -3891927 or 2727364. OLE color: 2727364.
HSL color Cylindrical-coordinate representation of color #C49D29: hue angle of 44.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C49D29 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 41 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.23 |
| HSL | 44.9º | 0.65% | 0.46% | - |
| HSV(B) | 44.9º | 0.79% | 0.77% | - |
| XYZ | 35.22 | 36.01 | 7.19 | - |
| YUV | 155.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 41 | 0 | 0.20 | 0.79 | 0.23 | 44.9 | 0.65 | 0.46 |
| Hex | C4 | 9D | 29 | 0 | 14 | 4F | 17 | 2D | 41 | 2E |
| Octal | 304 | 235 | 51 | 0 | 24 | 117 | 27 | 55 | 101 | 56 |
| Binary | 11000100 | 10011101 | 101001 | 0 | 10100 | 1001111 | 10111 | 101101 | 1000001 | 101110 |
Color Harmonies of #C49D29
Complementary color
Monochromatic Colors of #C49D29
Black with #C49D29
Text Example
Text Example
White with #C49D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D29; }
p { color: rgb(196,157,41); }
H1.HeaderClassName
{
color: #C49D29;
}
.AnyTagClassName
{
color: #C49D29;
}
</style>
background-color css
<style>
a { background-color: #C49D29; }
a { background-color: rgb(196,157,41); }
div.DivClassName
{
background-color: #C49D29;
}
.BgClassName
{
background-color: #C49D29;
}
</style>
border-color css
<style>
span { border-color: #C49D29; }
span { border-color: rgb(196,157,41); }
td.TdClassName
{
border-color: #C49D29;
}
.TagClassName
{
border-color: #C49D29;
}
</style>