#4D3732

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

Shades of Cocoa Bean #4D3732

Tints of Cocoa Bean #4D3732

Color information

#4D3732 (or 0x4D3732) is unknown color: approx Cocoa Bean. HEX triplet: 4D, 37 and 32. RGB value is (77,55,50). Sum of RGB (Red+Green+Blue) = 77+55+50=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3732 is #B2C8CD. Grayscale: #3D3D3D. Windows color (decimal): -11716814 or 3290957. OLE color: 3290957.

HSL color Cylindrical-coordinate representation of color #4D3732: hue angle of 11.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3732 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB775550-
CMYK00.290.350.70
HSL11.11º21.26%24.9%-
HSV(B)11.11º35.06%30.2%-
XYZ54.543.63-
YUV61.01121.79139.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=42.31%
G=30.22%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77555000.290.350.7011.1121.2624.9
Hex4D373201D2346b1519
Octal115676203543106132531
Binary1001101110111110010011101100011100011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3732; }

 p { color: rgb(77,55,50); }

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

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

 a { background-color: rgb(77,55,50); }

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

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

 span { border-color: rgb(77,55,50); }

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