Shades of Nugget #C49A28
Tints of Nugget #C49A28
RGB
CMYK
RGB Variations
Color information
#C49A28 (or 0xC49A28) is known color: Nugget. HEX triplet: C4, 9A and 28. RGB value is (196,154,40). Sum of RGB (Red+Green+Blue) = 196+154+40=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A28 is #3B65D7. Grayscale: #9A9A9A. Windows color (decimal): -3892696 or 2661060. OLE color: 2661060.
HSL color Cylindrical-coordinate representation of color #C49A28: hue angle of 43.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C49A28 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 40 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.23 |
| HSL | 43.85º | 0.66% | 0.46% | - |
| HSV(B) | 43.85º | 0.8% | 0.77% | - |
| XYZ | 34.7 | 35 | 6.93 | - |
| YUV | 153.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 40 | 0 | 0.21 | 0.80 | 0.23 | 43.85 | 0.66 | 0.46 |
| Hex | C4 | 9A | 28 | 0 | 15 | 50 | 17 | 2C | 42 | 2E |
| Octal | 304 | 232 | 50 | 0 | 25 | 120 | 27 | 54 | 102 | 56 |
| Binary | 11000100 | 10011010 | 101000 | 0 | 10101 | 1010000 | 10111 | 101100 | 1000010 | 101110 |
Color Harmonies of #C49A28
Complementary color
Monochromatic Colors of #C49A28
Black with #C49A28
Text Example
Text Example
White with #C49A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A28; }
p { color: rgb(196,154,40); }
H1.HeaderClassName
{
color: #C49A28;
}
.AnyTagClassName
{
color: #C49A28;
}
</style>
background-color css
<style>
a { background-color: #C49A28; }
a { background-color: rgb(196,154,40); }
div.DivClassName
{
background-color: #C49A28;
}
.BgClassName
{
background-color: #C49A28;
}
</style>
border-color css
<style>
span { border-color: #C49A28; }
span { border-color: rgb(196,154,40); }
td.TdClassName
{
border-color: #C49A28;
}
.TagClassName
{
border-color: #C49A28;
}
</style>