Shades of Nugget #C59B33
Tints of Nugget #C59B33
RGB
CMYK
RGB Variations
Color information
#C59B33 (or 0xC59B33) is known color: Nugget. HEX triplet: C5, 9B and 33. RGB value is (197,155,51). Sum of RGB (Red+Green+Blue) = 197+155+51=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B33 is #3A64CC. Grayscale: #9C9C9C. Windows color (decimal): -3826893 or 3382213. OLE color: 3382213.
HSL color Cylindrical-coordinate representation of color #C59B33: hue angle of 42.74º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C59B33 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 51 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.23 |
| HSL | 42.74º | 0.59% | 0.49% | - |
| HSV(B) | 42.74º | 0.74% | 0.77% | - |
| XYZ | 35.34 | 35.55 | 8.13 | - |
| YUV | 155.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 51 | 0 | 0.21 | 0.74 | 0.23 | 42.74 | 0.59 | 0.49 |
| Hex | C5 | 9B | 33 | 0 | 15 | 4A | 17 | 2B | 3B | 31 |
| Octal | 305 | 233 | 63 | 0 | 25 | 112 | 27 | 53 | 73 | 61 |
| Binary | 11000101 | 10011011 | 110011 | 0 | 10101 | 1001010 | 10111 | 101011 | 111011 | 110001 |
Color Harmonies of #C59B33
Complementary color
Monochromatic Colors of #C59B33
Black with #C59B33
Text Example
Text Example
White with #C59B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B33; }
p { color: rgb(197,155,51); }
H1.HeaderClassName
{
color: #C59B33;
}
.AnyTagClassName
{
color: #C59B33;
}
</style>
background-color css
<style>
a { background-color: #C59B33; }
a { background-color: rgb(197,155,51); }
div.DivClassName
{
background-color: #C59B33;
}
.BgClassName
{
background-color: #C59B33;
}
</style>
border-color css
<style>
span { border-color: #C59B33; }
span { border-color: rgb(197,155,51); }
td.TdClassName
{
border-color: #C59B33;
}
.TagClassName
{
border-color: #C59B33;
}
</style>