#4B2C2A

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

Shades of Espresso #4B2C2A

Tints of Espresso #4B2C2A

Color information

#4B2C2A (or 0x4B2C2A) is unknown color: approx Espresso. HEX triplet: 4B, 2C and 2A. RGB value is (75,44,42). Sum of RGB (Red+Green+Blue) = 75+44+42=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C2A is #B4D3D5. Grayscale: #353535. Windows color (decimal): -11850710 or 2763851. OLE color: 2763851.

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

Color convert

RGB754442-
CMYK00.410.440.71
HSL3.64º28.21%22.94%-
HSV(B)3.64º44%29.41%-
XYZ4.223.462.64-
YUV53.04121.77143.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=46.58%
G=27.33%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75444200.410.440.713.6428.2122.94
Hex4B2C2A0292C4741c17
Octal11354520515410743427
Binary1001011101100101010010100110110010001111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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