Shades of Nugget #C49D34
Tints of Nugget #C49D34
RGB
CMYK
RGB Variations
Color information
#C49D34 (or 0xC49D34) is known color: Nugget. HEX triplet: C4, 9D and 34. RGB value is (196,157,52). Sum of RGB (Red+Green+Blue) = 196+157+52=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D34 is #3B62CB. Grayscale: #9D9D9D. Windows color (decimal): -3891916 or 3448260. OLE color: 3448260.
HSL color Cylindrical-coordinate representation of color #C49D34: hue angle of 43.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C49D34 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 52 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.23 |
| HSL | 43.75º | 0.58% | 0.49% | - |
| HSV(B) | 43.75º | 0.73% | 0.77% | - |
| XYZ | 35.44 | 36.1 | 8.35 | - |
| YUV | 156.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 52 | 0 | 0.20 | 0.73 | 0.23 | 43.75 | 0.58 | 0.49 |
| Hex | C4 | 9D | 34 | 0 | 14 | 49 | 17 | 2C | 3A | 31 |
| Octal | 304 | 235 | 64 | 0 | 24 | 111 | 27 | 54 | 72 | 61 |
| Binary | 11000100 | 10011101 | 110100 | 0 | 10100 | 1001001 | 10111 | 101100 | 111010 | 110001 |
Color Harmonies of #C49D34
Complementary color
Monochromatic Colors of #C49D34
Black with #C49D34
Text Example
Text Example
White with #C49D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D34; }
p { color: rgb(196,157,52); }
H1.HeaderClassName
{
color: #C49D34;
}
.AnyTagClassName
{
color: #C49D34;
}
</style>
background-color css
<style>
a { background-color: #C49D34; }
a { background-color: rgb(196,157,52); }
div.DivClassName
{
background-color: #C49D34;
}
.BgClassName
{
background-color: #C49D34;
}
</style>
border-color css
<style>
span { border-color: #C49D34; }
span { border-color: rgb(196,157,52); }
td.TdClassName
{
border-color: #C49D34;
}
.TagClassName
{
border-color: #C49D34;
}
</style>