Shades of Nugget #C5992F
Tints of Nugget #C5992F
RGB
CMYK
RGB Variations
Color information
#C5992F (or 0xC5992F) is known color: Nugget. HEX triplet: C5, 99 and 2F. RGB value is (197,153,47). Sum of RGB (Red+Green+Blue) = 197+153+47=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5992F is #3A66D0. Grayscale: #9A9A9A. Windows color (decimal): -3827409 or 3119557. OLE color: 3119557.
HSL color Cylindrical-coordinate representation of color #C5992F: hue angle of 42.4º 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 #C5992F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 47 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.23 |
| HSL | 42.4º | 0.61% | 0.48% | - |
| HSV(B) | 42.4º | 0.76% | 0.77% | - |
| XYZ | 34.93 | 34.86 | 7.58 | - |
| YUV | 154.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 47 | 0 | 0.22 | 0.76 | 0.23 | 42.4 | 0.61 | 0.48 |
| Hex | C5 | 99 | 2F | 0 | 16 | 4C | 17 | 2A | 3D | 30 |
| Octal | 305 | 231 | 57 | 0 | 26 | 114 | 27 | 52 | 75 | 60 |
| Binary | 11000101 | 10011001 | 101111 | 0 | 10110 | 1001100 | 10111 | 101010 | 111101 | 110000 |
Color Harmonies of #C5992F
Complementary color
Monochromatic Colors of #C5992F
Black with #C5992F
Text Example
Text Example
White with #C5992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5992F; }
p { color: rgb(197,153,47); }
H1.HeaderClassName
{
color: #C5992F;
}
.AnyTagClassName
{
color: #C5992F;
}
</style>
background-color css
<style>
a { background-color: #C5992F; }
a { background-color: rgb(197,153,47); }
div.DivClassName
{
background-color: #C5992F;
}
.BgClassName
{
background-color: #C5992F;
}
</style>
border-color css
<style>
span { border-color: #C5992F; }
span { border-color: rgb(197,153,47); }
td.TdClassName
{
border-color: #C5992F;
}
.TagClassName
{
border-color: #C5992F;
}
</style>