Shades of Nugget #C5962F
Tints of Nugget #C5962F
RGB
CMYK
RGB Variations
Color information
#C5962F (or 0xC5962F) is known color: Nugget. HEX triplet: C5, 96 and 2F. RGB value is (197,150,47). Sum of RGB (Red+Green+Blue) = 197+150+47=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5962F is #3A69D0. Grayscale: #989898. Windows color (decimal): -3828177 or 3118789. OLE color: 3118789.
HSL color Cylindrical-coordinate representation of color #C5962F: hue angle of 41.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5962F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 47 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.23 |
| HSL | 41.2º | 0.61% | 0.48% | - |
| HSV(B) | 41.2º | 0.76% | 0.77% | - |
| XYZ | 34.45 | 33.89 | 7.41 | - |
| YUV | 152.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 47 | 0 | 0.24 | 0.76 | 0.23 | 41.2 | 0.61 | 0.48 |
| Hex | C5 | 96 | 2F | 0 | 18 | 4C | 17 | 29 | 3D | 30 |
| Octal | 305 | 226 | 57 | 0 | 30 | 114 | 27 | 51 | 75 | 60 |
| Binary | 11000101 | 10010110 | 101111 | 0 | 11000 | 1001100 | 10111 | 101001 | 111101 | 110000 |
Color Harmonies of #C5962F
Complementary color
Monochromatic Colors of #C5962F
Black with #C5962F
Text Example
Text Example
White with #C5962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5962F; }
p { color: rgb(197,150,47); }
H1.HeaderClassName
{
color: #C5962F;
}
.AnyTagClassName
{
color: #C5962F;
}
</style>
background-color css
<style>
a { background-color: #C5962F; }
a { background-color: rgb(197,150,47); }
div.DivClassName
{
background-color: #C5962F;
}
.BgClassName
{
background-color: #C5962F;
}
</style>
border-color css
<style>
span { border-color: #C5962F; }
span { border-color: rgb(197,150,47); }
td.TdClassName
{
border-color: #C5962F;
}
.TagClassName
{
border-color: #C5962F;
}
</style>