#4B2927

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

Shades of Espresso #4B2927

Tints of Espresso #4B2927

Color information

#4B2927 (or 0x4B2927) is unknown color: approx Espresso. HEX triplet: 4B, 29 and 27. RGB value is (75,41,39). Sum of RGB (Red+Green+Blue) = 75+41+39=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2927 is #B4D6D8. Grayscale: #323232. Windows color (decimal): -11851481 or 2566475. OLE color: 2566475.

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

Color convert

RGB754139-
CMYK00.450.480.71
HSL3.33º31.58%22.35%-
HSV(B)3.33º48%29.41%-
XYZ4.063.232.33-
YUV50.94121.26145.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.39%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=48.39%
G=26.45%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75413900.450.480.713.3331.5822.35
Hex4B292702D304732016
Octal11351470556010734026
Binary1001011101001100111010110111000010001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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