Shades of Nugget #C5952B
Tints of Nugget #C5952B
RGB
CMYK
RGB Variations
Color information
#C5952B (or 0xC5952B) is known color: Nugget. HEX triplet: C5, 95 and 2B. RGB value is (197,149,43). Sum of RGB (Red+Green+Blue) = 197+149+43=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5952B is #3A6AD4. Grayscale: #979797. Windows color (decimal): -3828437 or 2856389. OLE color: 2856389.
HSL color Cylindrical-coordinate representation of color #C5952B: hue angle of 41.3º 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 #C5952B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 43 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.23 |
| HSL | 41.3º | 0.64% | 0.47% | - |
| HSV(B) | 41.3º | 0.78% | 0.77% | - |
| XYZ | 34.21 | 33.54 | 6.96 | - |
| YUV | 151.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 43 | 0 | 0.24 | 0.78 | 0.23 | 41.3 | 0.64 | 0.47 |
| Hex | C5 | 95 | 2B | 0 | 18 | 4E | 17 | 29 | 40 | 2F |
| Octal | 305 | 225 | 53 | 0 | 30 | 116 | 27 | 51 | 100 | 57 |
| Binary | 11000101 | 10010101 | 101011 | 0 | 11000 | 1001110 | 10111 | 101001 | 1000000 | 101111 |
Color Harmonies of #C5952B
Complementary color
Monochromatic Colors of #C5952B
Black with #C5952B
Text Example
Text Example
White with #C5952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5952B; }
p { color: rgb(197,149,43); }
H1.HeaderClassName
{
color: #C5952B;
}
.AnyTagClassName
{
color: #C5952B;
}
</style>
background-color css
<style>
a { background-color: #C5952B; }
a { background-color: rgb(197,149,43); }
div.DivClassName
{
background-color: #C5952B;
}
.BgClassName
{
background-color: #C5952B;
}
</style>
border-color css
<style>
span { border-color: #C5952B; }
span { border-color: rgb(197,149,43); }
td.TdClassName
{
border-color: #C5952B;
}
.TagClassName
{
border-color: #C5952B;
}
</style>