#C49333

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

Shades of Hokey Pokey #C49333

Tints of Hokey Pokey #C49333

Color information

#C49333 (or 0xC49333) is unknown color: approx Hokey Pokey. HEX triplet: C4, 93 and 33. RGB value is (196,147,51). Sum of RGB (Red+Green+Blue) = 196+147+51=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49333 is #3B6CCC. Grayscale: #979797. Windows color (decimal): -3894477 or 3380164. OLE color: 3380164.

HSL color Cylindrical-coordinate representation of color #C49333: hue angle of 39.72º 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 #C49333 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19614751-
CMYK00.250.740.23
HSL39.72º58.7%48.43%-
HSV(B)39.72º73.98%76.86%-
XYZ33.832.847.69-
YUV150.7171.73160.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=49.75%
G=37.31%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961475100.250.740.2339.7258.748.43
HexC493330194A17283b30
Octal3042236303111227507360
Binary1100010010010011110011011001100101010111101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49333; }

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

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

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

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

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

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

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

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