#493937

Color #493937 Cocoa Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Bean #493937

Tints of Cocoa Bean #493937

Color information

#493937 (or 0x493937) is unknown color: approx Cocoa Bean. HEX triplet: 49, 39 and 37. RGB value is (73,57,55). Sum of RGB (Red+Green+Blue) = 73+57+55=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493937 is #B6C6C8. Grayscale: #3D3D3D. Windows color (decimal): -11978441 or 3619145. OLE color: 3619145.

HSL color Cylindrical-coordinate representation of color #493937: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493937 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB735755-
CMYK00.220.250.71
HSL6.67º14.06%25.1%-
HSV(B)6.67º24.66%28.63%-
XYZ4.94.624.25-
YUV61.56124.3136.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=39.46%
G=30.81%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73575500.220.250.716.6714.0625.1
Hex49393701619477e19
Octal11171670263110771631
Binary1001001111001110111010110110011000111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493937; }

 p { color: rgb(73,57,55); }

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

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

 a { background-color: rgb(73,57,55); }

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

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

 span { border-color: rgb(73,57,55); }

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