Shades of Nugget #C5962B
Tints of Nugget #C5962B
RGB
CMYK
RGB Variations
Color information
#C5962B (or 0xC5962B) is known color: Nugget. HEX triplet: C5, 96 and 2B. RGB value is (197,150,43). Sum of RGB (Red+Green+Blue) = 197+150+43=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5962B is #3A69D4. Grayscale: #989898. Windows color (decimal): -3828181 or 2856645. OLE color: 2856645.
HSL color Cylindrical-coordinate representation of color #C5962B: hue angle of 41.69º 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 #C5962B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 43 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.23 |
| HSL | 41.69º | 0.64% | 0.47% | - |
| HSV(B) | 41.69º | 0.78% | 0.77% | - |
| XYZ | 34.37 | 33.86 | 7.01 | - |
| YUV | 151.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 43 | 0 | 0.24 | 0.78 | 0.23 | 41.69 | 0.64 | 0.47 |
| Hex | C5 | 96 | 2B | 0 | 18 | 4E | 17 | 2A | 40 | 2F |
| Octal | 305 | 226 | 53 | 0 | 30 | 116 | 27 | 52 | 100 | 57 |
| Binary | 11000101 | 10010110 | 101011 | 0 | 11000 | 1001110 | 10111 | 101010 | 1000000 | 101111 |
Color Harmonies of #C5962B
Complementary color
Monochromatic Colors of #C5962B
Black with #C5962B
Text Example
Text Example
White with #C5962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5962B; }
p { color: rgb(197,150,43); }
H1.HeaderClassName
{
color: #C5962B;
}
.AnyTagClassName
{
color: #C5962B;
}
</style>
background-color css
<style>
a { background-color: #C5962B; }
a { background-color: rgb(197,150,43); }
div.DivClassName
{
background-color: #C5962B;
}
.BgClassName
{
background-color: #C5962B;
}
</style>
border-color css
<style>
span { border-color: #C5962B; }
span { border-color: rgb(197,150,43); }
td.TdClassName
{
border-color: #C5962B;
}
.TagClassName
{
border-color: #C5962B;
}
</style>