Shades of Nugget #C59B32
Tints of Nugget #C59B32
RGB
CMYK
RGB Variations
Color information
#C59B32 (or 0xC59B32) is known color: Nugget. HEX triplet: C5, 9B and 32. RGB value is (197,155,50). Sum of RGB (Red+Green+Blue) = 197+155+50=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B32 is #3A64CD. Grayscale: #9C9C9C. Windows color (decimal): -3826894 or 3316677. OLE color: 3316677.
HSL color Cylindrical-coordinate representation of color #C59B32: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C59B32 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 50 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.23 |
| HSL | 42.86º | 0.6% | 0.48% | - |
| HSV(B) | 42.86º | 0.75% | 0.77% | - |
| XYZ | 35.32 | 35.54 | 8.02 | - |
| YUV | 155.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 50 | 0 | 0.21 | 0.75 | 0.23 | 42.86 | 0.6 | 0.48 |
| Hex | C5 | 9B | 32 | 0 | 15 | 4B | 17 | 2B | 3C | 30 |
| Octal | 305 | 233 | 62 | 0 | 25 | 113 | 27 | 53 | 74 | 60 |
| Binary | 11000101 | 10011011 | 110010 | 0 | 10101 | 1001011 | 10111 | 101011 | 111100 | 110000 |
Color Harmonies of #C59B32
Complementary color
Monochromatic Colors of #C59B32
Black with #C59B32
Text Example
Text Example
White with #C59B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B32; }
p { color: rgb(197,155,50); }
H1.HeaderClassName
{
color: #C59B32;
}
.AnyTagClassName
{
color: #C59B32;
}
</style>
background-color css
<style>
a { background-color: #C59B32; }
a { background-color: rgb(197,155,50); }
div.DivClassName
{
background-color: #C59B32;
}
.BgClassName
{
background-color: #C59B32;
}
</style>
border-color css
<style>
span { border-color: #C59B32; }
span { border-color: rgb(197,155,50); }
td.TdClassName
{
border-color: #C59B32;
}
.TagClassName
{
border-color: #C59B32;
}
</style>