Shades of Nugget #C49525
Tints of Nugget #C49525
RGB
CMYK
RGB Variations
Color information
#C49525 (or 0xC49525) is known color: Nugget. HEX triplet: C4, 95 and 25. RGB value is (196,149,37). Sum of RGB (Red+Green+Blue) = 196+149+37=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C49525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49525 is #3B6ADA. Grayscale: #969696. Windows color (decimal): -3893979 or 2463172. OLE color: 2463172.
HSL color Cylindrical-coordinate representation of color #C49525: hue angle of 42.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C49525 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 37 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.23 |
| HSL | 42.26º | 0.68% | 0.46% | - |
| HSV(B) | 42.26º | 0.81% | 0.77% | - |
| XYZ | 33.85 | 33.36 | 6.41 | - |
| YUV | 150.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 37 | 0 | 0.24 | 0.81 | 0.23 | 42.26 | 0.68 | 0.46 |
| Hex | C4 | 95 | 25 | 0 | 18 | 51 | 17 | 2A | 44 | 2E |
| Octal | 304 | 225 | 45 | 0 | 30 | 121 | 27 | 52 | 104 | 56 |
| Binary | 11000100 | 10010101 | 100101 | 0 | 11000 | 1010001 | 10111 | 101010 | 1000100 | 101110 |
Color Harmonies of #C49525
Complementary color
Monochromatic Colors of #C49525
Black with #C49525
Text Example
Text Example
White with #C49525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49525; }
p { color: rgb(196,149,37); }
H1.HeaderClassName
{
color: #C49525;
}
.AnyTagClassName
{
color: #C49525;
}
</style>
background-color css
<style>
a { background-color: #C49525; }
a { background-color: rgb(196,149,37); }
div.DivClassName
{
background-color: #C49525;
}
.BgClassName
{
background-color: #C49525;
}
</style>
border-color css
<style>
span { border-color: #C49525; }
span { border-color: rgb(196,149,37); }
td.TdClassName
{
border-color: #C49525;
}
.TagClassName
{
border-color: #C49525;
}
</style>