Shades of Nugget #C49624
Tints of Nugget #C49624
RGB
CMYK
RGB Variations
Color information
#C49624 (or 0xC49624) is known color: Nugget. HEX triplet: C4, 96 and 24. RGB value is (196,150,36). Sum of RGB (Red+Green+Blue) = 196+150+36=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C49624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49624 is #3B69DB. Grayscale: #979797. Windows color (decimal): -3893724 or 2397892. OLE color: 2397892.
HSL color Cylindrical-coordinate representation of color #C49624: hue angle of 42.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C49624 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 36 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.23 |
| HSL | 42.75º | 0.69% | 0.45% | - |
| HSV(B) | 42.75º | 0.82% | 0.77% | - |
| XYZ | 33.99 | 33.68 | 6.38 | - |
| YUV | 150.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 36 | 0 | 0.23 | 0.82 | 0.23 | 42.75 | 0.69 | 0.45 |
| Hex | C4 | 96 | 24 | 0 | 17 | 52 | 17 | 2B | 45 | 2D |
| Octal | 304 | 226 | 44 | 0 | 27 | 122 | 27 | 53 | 105 | 55 |
| Binary | 11000100 | 10010110 | 100100 | 0 | 10111 | 1010010 | 10111 | 101011 | 1000101 | 101101 |
Color Harmonies of #C49624
Complementary color
Monochromatic Colors of #C49624
Black with #C49624
Text Example
Text Example
White with #C49624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49624; }
p { color: rgb(196,150,36); }
H1.HeaderClassName
{
color: #C49624;
}
.AnyTagClassName
{
color: #C49624;
}
</style>
background-color css
<style>
a { background-color: #C49624; }
a { background-color: rgb(196,150,36); }
div.DivClassName
{
background-color: #C49624;
}
.BgClassName
{
background-color: #C49624;
}
</style>
border-color css
<style>
span { border-color: #C49624; }
span { border-color: rgb(196,150,36); }
td.TdClassName
{
border-color: #C49624;
}
.TagClassName
{
border-color: #C49624;
}
</style>