#C49533

Color #C49533 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C49533

Tints of Hokey Pokey #C49533

Color information

#C49533 (or 0xC49533) is unknown color: approx Hokey Pokey. HEX triplet: C4, 95 and 33. RGB value is (196,149,51). Sum of RGB (Red+Green+Blue) = 196+149+51=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49533 is #3B6ACC. Grayscale: #989898. Windows color (decimal): -3893965 or 3380676. OLE color: 3380676.

HSL color Cylindrical-coordinate representation of color #C49533: hue angle of 40.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C49533 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19614951-
CMYK00.240.740.23
HSL40.55º58.7%48.43%-
HSV(B)40.55º73.98%76.86%-
XYZ34.1133.477.79-
YUV151.8871.07159.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 51 (20.31% from 255) = 12.88%
R=49.49%
G=37.63%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961495100.240.740.2340.5558.748.43
HexC495330184A17293b30
Octal3042256303011227517360
Binary1100010010010101110011011000100101010111101001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49533; }

 p { color: rgb(196,149,51); }

 H1.HeaderClassName
 {
   color: #C49533;
 }
 .AnyTagClassName
 {
   color: #C49533;
 }
</style>
background-color css

<style>
 a { background-color: #C49533; }

 a { background-color: rgb(196,149,51); }

 div.DivClassName
 {
   background-color: #C49533;
 }
 .BgClassName
 {
   background-color: #C49533;
 }
</style>
border-color css

<style>
 span { border-color: #C49533; }

 span { border-color: rgb(196,149,51); }

 td.TdClassName
 {
   border-color: #C49533;
 }
 .TagClassName
 {
   border-color: #C49533;
 }
</style>