#C49B37

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

Shades of Hokey Pokey #C49B37

Tints of Hokey Pokey #C49B37

Color information

#C49B37 (or 0xC49B37) is unknown color: approx Hokey Pokey. HEX triplet: C4, 9B and 37. RGB value is (196,155,55). Sum of RGB (Red+Green+Blue) = 196+155+55=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B37 is #3B64C8. Grayscale: #9C9C9C. Windows color (decimal): -3892425 or 3644356. OLE color: 3644356.

HSL color Cylindrical-coordinate representation of color #C49B37: hue angle of 42.55º degrees, saturation: 0.56, 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 #C49B37 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19615555-
CMYK00.210.720.23
HSL42.55º56.18%49.22%-
HSV(B)42.55º71.94%76.86%-
XYZ35.1835.458.6-
YUV155.8671.08156.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 55 (21.88% from 255) = 13.55%
R=48.28%
G=38.18%
B=13.55%

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
Decimal1961555500.210.720.2342.5556.1849.22
HexC49B3701548172b3831
Octal3042336702511027537061
Binary1100010010011011110111010101100100010111101011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49B37; }

 p { color: rgb(196,155,55); }

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

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

 a { background-color: rgb(196,155,55); }

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

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

 span { border-color: rgb(196,155,55); }

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