#4B2725

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

Shades of Espresso #4B2725

Tints of Espresso #4B2725

Color information

#4B2725 (or 0x4B2725) is unknown color: approx Espresso. HEX triplet: 4B, 27 and 25. RGB value is (75,39,37). Sum of RGB (Red+Green+Blue) = 75+39+37=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2725 is #B4D8DA. Grayscale: #313131. Windows color (decimal): -11851995 or 2434891. OLE color: 2434891.

HSL color Cylindrical-coordinate representation of color #4B2725: hue angle of 3.16º 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 #4B2725 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB753937-
CMYK00.480.510.71
HSL3.16º33.93%21.96%-
HSV(B)3.16º50.67%29.41%-
XYZ3.963.082.14-
YUV49.54120.93146.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=49.67%
G=25.83%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75393700.480.510.713.1633.9321.96
Hex4B2725030334732216
Octal11347450606310734226
Binary1001011100111100101011000011001110001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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