#C49834

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

Shades of Hokey Pokey #C49834

Tints of Hokey Pokey #C49834

Color information

#C49834 (or 0xC49834) is unknown color: approx Hokey Pokey. HEX triplet: C4, 98 and 34. RGB value is (196,152,52). Sum of RGB (Red+Green+Blue) = 196+152+52=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C49834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49834 is #3B67CB. Grayscale: #9A9A9A. Windows color (decimal): -3893196 or 3446980. OLE color: 3446980.

HSL color Cylindrical-coordinate representation of color #C49834: hue angle of 41.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C49834 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19615252-
CMYK00.220.730.23
HSL41.67º58.06%48.63%-
HSV(B)41.67º73.47%76.86%-
XYZ34.6134.448.07-
YUV153.7670.58158.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 52 (20.70% from 255) = 13%
R=49%
G=38%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961525200.220.730.2341.6758.0648.63
HexC4983401649172a3a31
Octal3042306402611127527261
Binary1100010010011000110100010110100100110111101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49834; }

 p { color: rgb(196,152,52); }

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

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

 a { background-color: rgb(196,152,52); }

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

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

 span { border-color: rgb(196,152,52); }

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