#C49033

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

Shades of Hokey Pokey #C49033

Tints of Hokey Pokey #C49033

Color information

#C49033 (or 0xC49033) is unknown color: approx Hokey Pokey. HEX triplet: C4, 90 and 33. RGB value is (196,144,51). Sum of RGB (Red+Green+Blue) = 196+144+51=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C49033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49033 is #3B6FCC. Grayscale: #959595. Windows color (decimal): -3895245 or 3379396. OLE color: 3379396.

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

Color convert

RGB19614451-
CMYK00.270.740.23
HSL38.48º58.7%48.43%-
HSV(B)38.48º73.98%76.86%-
XYZ33.3431.927.54-
YUV148.9572.73161.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=50.13%
G=36.83%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961445100.270.740.2338.4858.748.43
HexC4903301B4A17263b30
Octal3042206303311227467360
Binary1100010010010000110011011011100101010111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49033; }

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

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

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

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

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

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

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

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