#4B3734

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

Shades of Cocoa Bean #4B3734

Tints of Cocoa Bean #4B3734

Color information

#4B3734 (or 0x4B3734) is unknown color: approx Cocoa Bean. HEX triplet: 4B, 37 and 34. RGB value is (75,55,52). Sum of RGB (Red+Green+Blue) = 75+55+52=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3734 is #B4C8CB. Grayscale: #3C3C3C. Windows color (decimal): -11847884 or 3422027. OLE color: 3422027.

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

Color convert

RGB755552-
CMYK00.270.310.71
HSL7.83º18.11%24.9%-
HSV(B)7.83º30.67%29.41%-
XYZ4.894.483.86-
YUV60.64123.13138.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=41.21%
G=30.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75555200.270.310.717.8318.1124.9
Hex4B373401B1F4781219
Octal113676403337107102231
Binary100101111011111010001101111111100011110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,52); }

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

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

 a { background-color: rgb(75,55,52); }

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

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

 span { border-color: rgb(75,55,52); }

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