#4D3534

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

Shades of Cocoa Bean #4D3534

Tints of Cocoa Bean #4D3534

Color information

#4D3534 (or 0x4D3534) is unknown color: approx Cocoa Bean. HEX triplet: 4D, 35 and 34. RGB value is (77,53,52). Sum of RGB (Red+Green+Blue) = 77+53+52=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3534 is #B2CACB. Grayscale: #3C3C3C. Windows color (decimal): -11717324 or 3421517. OLE color: 3421517.

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

Color convert

RGB775352-
CMYK00.310.320.70
HSL2.4º19.38%25.29%-
HSV(B)2.4º32.47%30.2%-
XYZ4.954.373.83-
YUV60.06123.45140.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=42.31%
G=29.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77535200.310.320.702.419.3825.29
Hex4D353401F204621319
Octal11565640374010622331
Binary10011011101011101000111111000001000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,52); }

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

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

 a { background-color: rgb(77,53,52); }

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

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

 span { border-color: rgb(77,53,52); }

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