#493936

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

Shades of Cocoa Bean #493936

Tints of Cocoa Bean #493936

Color information

#493936 (or 0x493936) is unknown color: approx Cocoa Bean. HEX triplet: 49, 39 and 36. RGB value is (73,57,54). Sum of RGB (Red+Green+Blue) = 73+57+54=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493936 is #B6C6C9. Grayscale: #3D3D3D. Windows color (decimal): -11978442 or 3553609. OLE color: 3553609.

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

Color convert

RGB735754-
CMYK00.220.260.71
HSL9.47º14.96%24.9%-
HSV(B)9.47º26.03%28.63%-
XYZ4.884.614.12-
YUV61.44123.8136.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=39.67%
G=30.98%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73575400.220.260.719.4714.9624.9
Hex4939360161A479f19
Octal111716602632107111731
Binary10010011110011101100101101101010001111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493936; }

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

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

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

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

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

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

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

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