#4B2C25

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

Shades of Espresso #4B2C25

Tints of Espresso #4B2C25

Color information

#4B2C25 (or 0x4B2C25) is unknown color: approx Espresso. HEX triplet: 4B, 2C and 25. RGB value is (75,44,37). Sum of RGB (Red+Green+Blue) = 75+44+37=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C25 is #B4D3DA. Grayscale: #343434. Windows color (decimal): -11850715 or 2436171. OLE color: 2436171.

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

Color convert

RGB754437-
CMYK00.410.510.71
HSL11.05º33.93%21.96%-
HSV(B)11.05º50.67%29.41%-
XYZ4.143.432.19-
YUV52.47119.27144.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=48.08%
G=28.21%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75443700.410.510.7111.0533.9321.96
Hex4B2C250293347b2216
Octal113544505163107134226
Binary100101110110010010101010011100111000111101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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