Shades of Nugget #C5952E
Tints of Nugget #C5952E
RGB
CMYK
RGB Variations
Color information
#C5952E (or 0xC5952E) is known color: Nugget. HEX triplet: C5, 95 and 2E. RGB value is (197,149,46). Sum of RGB (Red+Green+Blue) = 197+149+46=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5952E is #3A6AD1. Grayscale: #989898. Windows color (decimal): -3828434 or 3052997. OLE color: 3052997.
HSL color Cylindrical-coordinate representation of color #C5952E: hue angle of 40.93º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5952E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 46 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.23 |
| HSL | 40.93º | 0.62% | 0.48% | - |
| HSV(B) | 40.93º | 0.77% | 0.77% | - |
| XYZ | 34.27 | 33.56 | 7.26 | - |
| YUV | 151.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 46 | 0 | 0.24 | 0.77 | 0.23 | 40.93 | 0.62 | 0.48 |
| Hex | C5 | 95 | 2E | 0 | 18 | 4D | 17 | 29 | 3E | 30 |
| Octal | 305 | 225 | 56 | 0 | 30 | 115 | 27 | 51 | 76 | 60 |
| Binary | 11000101 | 10010101 | 101110 | 0 | 11000 | 1001101 | 10111 | 101001 | 111110 | 110000 |
Color Harmonies of #C5952E
Complementary color
Monochromatic Colors of #C5952E
Black with #C5952E
Text Example
Text Example
White with #C5952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5952E; }
p { color: rgb(197,149,46); }
H1.HeaderClassName
{
color: #C5952E;
}
.AnyTagClassName
{
color: #C5952E;
}
</style>
background-color css
<style>
a { background-color: #C5952E; }
a { background-color: rgb(197,149,46); }
div.DivClassName
{
background-color: #C5952E;
}
.BgClassName
{
background-color: #C5952E;
}
</style>
border-color css
<style>
span { border-color: #C5952E; }
span { border-color: rgb(197,149,46); }
td.TdClassName
{
border-color: #C5952E;
}
.TagClassName
{
border-color: #C5952E;
}
</style>