Shades of Nugget #C5992B
Tints of Nugget #C5992B
RGB
CMYK
RGB Variations
Color information
#C5992B (or 0xC5992B) is known color: Nugget. HEX triplet: C5, 99 and 2B. RGB value is (197,153,43). Sum of RGB (Red+Green+Blue) = 197+153+43=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5992B is #3A66D4. Grayscale: #9A9A9A. Windows color (decimal): -3827413 or 2857413. OLE color: 2857413.
HSL color Cylindrical-coordinate representation of color #C5992B: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5992B is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 43 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.23 |
| HSL | 42.86º | 0.64% | 0.47% | - |
| HSV(B) | 42.86º | 0.78% | 0.77% | - |
| XYZ | 34.85 | 34.83 | 7.17 | - |
| YUV | 153.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 43 | 0 | 0.22 | 0.78 | 0.23 | 42.86 | 0.64 | 0.47 |
| Hex | C5 | 99 | 2B | 0 | 16 | 4E | 17 | 2B | 40 | 2F |
| Octal | 305 | 231 | 53 | 0 | 26 | 116 | 27 | 53 | 100 | 57 |
| Binary | 11000101 | 10011001 | 101011 | 0 | 10110 | 1001110 | 10111 | 101011 | 1000000 | 101111 |
Color Harmonies of #C5992B
Complementary color
Monochromatic Colors of #C5992B
Black with #C5992B
Text Example
Text Example
White with #C5992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5992B; }
p { color: rgb(197,153,43); }
H1.HeaderClassName
{
color: #C5992B;
}
.AnyTagClassName
{
color: #C5992B;
}
</style>
background-color css
<style>
a { background-color: #C5992B; }
a { background-color: rgb(197,153,43); }
div.DivClassName
{
background-color: #C5992B;
}
.BgClassName
{
background-color: #C5992B;
}
</style>
border-color css
<style>
span { border-color: #C5992B; }
span { border-color: rgb(197,153,43); }
td.TdClassName
{
border-color: #C5992B;
}
.TagClassName
{
border-color: #C5992B;
}
</style>