Shades of Hokey Pokey #C59733
Tints of Hokey Pokey #C59733
RGB
CMYK
RGB Variations
Color information
#C59733 (or 0xC59733) is known color: Hokey Pokey. HEX triplet: C5, 97 and 33. RGB value is (197,151,51). Sum of RGB (Red+Green+Blue) = 197+151+51=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C59733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59733 is #3A68CC. Grayscale: #999999. Windows color (decimal): -3827917 or 3381189. OLE color: 3381189.
HSL color Cylindrical-coordinate representation of color #C59733: hue angle of 41.1º 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 #C59733 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 51 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.23 |
| HSL | 41.1º | 0.59% | 0.49% | - |
| HSV(B) | 41.1º | 0.74% | 0.77% | - |
| XYZ | 34.69 | 34.24 | 7.91 | - |
| YUV | 153.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 51 | 0 | 0.23 | 0.74 | 0.23 | 41.1 | 0.59 | 0.49 |
| Hex | C5 | 97 | 33 | 0 | 17 | 4A | 17 | 29 | 3B | 31 |
| Octal | 305 | 227 | 63 | 0 | 27 | 112 | 27 | 51 | 73 | 61 |
| Binary | 11000101 | 10010111 | 110011 | 0 | 10111 | 1001010 | 10111 | 101001 | 111011 | 110001 |
Color Harmonies of #C59733
Complementary color
Monochromatic Colors of #C59733
Black with #C59733
Text Example
Text Example
White with #C59733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59733; }
p { color: rgb(197,151,51); }
H1.HeaderClassName
{
color: #C59733;
}
.AnyTagClassName
{
color: #C59733;
}
</style>
background-color css
<style>
a { background-color: #C59733; }
a { background-color: rgb(197,151,51); }
div.DivClassName
{
background-color: #C59733;
}
.BgClassName
{
background-color: #C59733;
}
</style>
border-color css
<style>
span { border-color: #C59733; }
span { border-color: rgb(197,151,51); }
td.TdClassName
{
border-color: #C59733;
}
.TagClassName
{
border-color: #C59733;
}
</style>