Shades of Nugget #C49724
Tints of Nugget #C49724
RGB
CMYK
RGB Variations
Color information
#C49724 (or 0xC49724) is known color: Nugget. HEX triplet: C4, 97 and 24. RGB value is (196,151,36). Sum of RGB (Red+Green+Blue) = 196+151+36=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C49724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49724 is #3B68DB. Grayscale: #979797. Windows color (decimal): -3893468 or 2398148. OLE color: 2398148.
HSL color Cylindrical-coordinate representation of color #C49724: hue angle of 43.12º 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 #C49724 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 36 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.23 |
| HSL | 43.13º | 0.69% | 0.45% | - |
| HSV(B) | 43.13º | 0.82% | 0.77% | - |
| XYZ | 34.15 | 34 | 6.43 | - |
| YUV | 151.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 36 | 0 | 0.23 | 0.82 | 0.23 | 43.13 | 0.69 | 0.45 |
| Hex | C4 | 97 | 24 | 0 | 17 | 52 | 17 | 2B | 45 | 2D |
| Octal | 304 | 227 | 44 | 0 | 27 | 122 | 27 | 53 | 105 | 55 |
| Binary | 11000100 | 10010111 | 100100 | 0 | 10111 | 1010010 | 10111 | 101011 | 1000101 | 101101 |
Color Harmonies of #C49724
Complementary color
Monochromatic Colors of #C49724
Black with #C49724
Text Example
Text Example
White with #C49724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49724; }
p { color: rgb(196,151,36); }
H1.HeaderClassName
{
color: #C49724;
}
.AnyTagClassName
{
color: #C49724;
}
</style>
background-color css
<style>
a { background-color: #C49724; }
a { background-color: rgb(196,151,36); }
div.DivClassName
{
background-color: #C49724;
}
.BgClassName
{
background-color: #C49724;
}
</style>
border-color css
<style>
span { border-color: #C49724; }
span { border-color: rgb(196,151,36); }
td.TdClassName
{
border-color: #C49724;
}
.TagClassName
{
border-color: #C49724;
}
</style>