#4B2A24

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

Shades of Espresso #4B2A24

Tints of Espresso #4B2A24

Color information

#4B2A24 (or 0x4B2A24) is unknown color: approx Espresso. HEX triplet: 4B, 2A and 24. RGB value is (75,42,36). Sum of RGB (Red+Green+Blue) = 75+42+36=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A24 is #B4D5DB. Grayscale: #333333. Windows color (decimal): -11851228 or 2370123. OLE color: 2370123.

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

Color convert

RGB754236-
CMYK00.440.520.71
HSL9.23º35.14%21.76%-
HSV(B)9.23º52%29.41%-
XYZ4.053.282.09-
YUV51.18119.43144.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=49.02%
G=27.45%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75423600.440.520.719.2335.1421.76
Hex4B2A2402C344792316
Octal113524405464107114326
Binary100101110101010010001011001101001000111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,36); }

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

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

 a { background-color: rgb(75,42,36); }

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

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

 span { border-color: rgb(75,42,36); }

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