#C49A36

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

Shades of Hokey Pokey #C49A36

Tints of Hokey Pokey #C49A36

Color information

#C49A36 (or 0xC49A36) is unknown color: approx Hokey Pokey. HEX triplet: C4, 9A and 36. RGB value is (196,154,54). Sum of RGB (Red+Green+Blue) = 196+154+54=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A36 is #3B65C9. Grayscale: #9B9B9B. Windows color (decimal): -3892682 or 3578564. OLE color: 3578564.

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

Color convert

RGB19615454-
CMYK00.210.720.23
HSL42.25º56.8%49.02%-
HSV(B)42.25º72.45%76.86%-
XYZ34.9935.118.42-
YUV155.1670.91157.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=48.51%
G=38.12%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961545400.210.720.2342.2556.849.02
HexC49A3601548172a3931
Octal3042326602511027527161
Binary1100010010011010110110010101100100010111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A36; }

 p { color: rgb(196,154,54); }

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

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

 a { background-color: rgb(196,154,54); }

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

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

 span { border-color: rgb(196,154,54); }

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