Shades of Nugget #C49B29
Tints of Nugget #C49B29
RGB
CMYK
RGB Variations
Color information
#C49B29 (or 0xC49B29) is known color: Nugget. HEX triplet: C4, 9B and 29. RGB value is (196,155,41). Sum of RGB (Red+Green+Blue) = 196+155+41=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B29 is #3B64D6. Grayscale: #9A9A9A. Windows color (decimal): -3892439 or 2726852. OLE color: 2726852.
HSL color Cylindrical-coordinate representation of color #C49B29: hue angle of 44.13º 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 #C49B29 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 41 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.23 |
| HSL | 44.13º | 0.65% | 0.46% | - |
| HSV(B) | 44.13º | 0.79% | 0.77% | - |
| XYZ | 34.89 | 35.34 | 7.08 | - |
| YUV | 154.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 41 | 0 | 0.21 | 0.79 | 0.23 | 44.13 | 0.65 | 0.46 |
| Hex | C4 | 9B | 29 | 0 | 15 | 4F | 17 | 2C | 41 | 2E |
| Octal | 304 | 233 | 51 | 0 | 25 | 117 | 27 | 54 | 101 | 56 |
| Binary | 11000100 | 10011011 | 101001 | 0 | 10101 | 1001111 | 10111 | 101100 | 1000001 | 101110 |
Color Harmonies of #C49B29
Complementary color
Monochromatic Colors of #C49B29
Black with #C49B29
Text Example
Text Example
White with #C49B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B29; }
p { color: rgb(196,155,41); }
H1.HeaderClassName
{
color: #C49B29;
}
.AnyTagClassName
{
color: #C49B29;
}
</style>
background-color css
<style>
a { background-color: #C49B29; }
a { background-color: rgb(196,155,41); }
div.DivClassName
{
background-color: #C49B29;
}
.BgClassName
{
background-color: #C49B29;
}
</style>
border-color css
<style>
span { border-color: #C49B29; }
span { border-color: rgb(196,155,41); }
td.TdClassName
{
border-color: #C49B29;
}
.TagClassName
{
border-color: #C49B29;
}
</style>