Shades of Nugget #C49D35
Tints of Nugget #C49D35
RGB
CMYK
RGB Variations
Color information
#C49D35 (or 0xC49D35) is known color: Nugget. HEX triplet: C4, 9D and 35. RGB value is (196,157,53). Sum of RGB (Red+Green+Blue) = 196+157+53=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D35 is #3B62CA. Grayscale: #9D9D9D. Windows color (decimal): -3891915 or 3513796. OLE color: 3513796.
HSL color Cylindrical-coordinate representation of color #C49D35: hue angle of 43.64º degrees, saturation: 0.57, 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 #C49D35 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 53 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.23 |
| HSL | 43.64º | 0.57% | 0.49% | - |
| HSV(B) | 43.64º | 0.73% | 0.77% | - |
| XYZ | 35.46 | 36.11 | 8.47 | - |
| YUV | 156.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 53 | 0 | 0.20 | 0.73 | 0.23 | 43.64 | 0.57 | 0.49 |
| Hex | C4 | 9D | 35 | 0 | 14 | 49 | 17 | 2C | 39 | 31 |
| Octal | 304 | 235 | 65 | 0 | 24 | 111 | 27 | 54 | 71 | 61 |
| Binary | 11000100 | 10011101 | 110101 | 0 | 10100 | 1001001 | 10111 | 101100 | 111001 | 110001 |
Color Harmonies of #C49D35
Complementary color
Monochromatic Colors of #C49D35
Black with #C49D35
Text Example
Text Example
White with #C49D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D35; }
p { color: rgb(196,157,53); }
H1.HeaderClassName
{
color: #C49D35;
}
.AnyTagClassName
{
color: #C49D35;
}
</style>
background-color css
<style>
a { background-color: #C49D35; }
a { background-color: rgb(196,157,53); }
div.DivClassName
{
background-color: #C49D35;
}
.BgClassName
{
background-color: #C49D35;
}
</style>
border-color css
<style>
span { border-color: #C49D35; }
span { border-color: rgb(196,157,53); }
td.TdClassName
{
border-color: #C49D35;
}
.TagClassName
{
border-color: #C49D35;
}
</style>