#C49433

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

Shades of Hokey Pokey #C49433

Tints of Hokey Pokey #C49433

Color information

#C49433 (or 0xC49433) is unknown color: approx Hokey Pokey. HEX triplet: C4, 94 and 33. RGB value is (196,148,51). Sum of RGB (Red+Green+Blue) = 196+148+51=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C49433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49433 is #3B6BCC. Grayscale: #979797. Windows color (decimal): -3894221 or 3380420. OLE color: 3380420.

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

Color convert

RGB19614851-
CMYK00.240.740.23
HSL40.14º58.7%48.43%-
HSV(B)40.14º73.98%76.86%-
XYZ33.9533.157.74-
YUV151.2971.4159.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 51 (20.31% from 255) = 12.91%
R=49.62%
G=37.47%
B=12.91%

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
Decimal1961485100.240.740.2340.1458.748.43
HexC494330184A17283b30
Octal3042246303011227507360
Binary1100010010010100110011011000100101010111101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49433; }

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

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

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

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

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

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

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

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