#4B3028

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

Shades of Espresso #4B3028

Tints of Espresso #4B3028

Color information

#4B3028 (or 0x4B3028) is unknown color: approx Espresso. HEX triplet: 4B, 30 and 28. RGB value is (75,48,40). Sum of RGB (Red+Green+Blue) = 75+48+40=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3028 is #B4CFD7. Grayscale: #373737. Windows color (decimal): -11849688 or 2633803. OLE color: 2633803.

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

Color convert

RGB754840-
CMYK00.360.470.71
HSL13.71º30.43%22.55%-
HSV(B)13.71º46.67%29.41%-
XYZ4.343.762.5-
YUV55.16119.45142.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=46.01%
G=29.45%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75484000.360.470.7113.7130.4322.55
Hex4B30280242F47e1e17
Octal113605004457107163627
Binary10010111100001010000100100101111100011111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,40); }

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

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

 a { background-color: rgb(75,48,40); }

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

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

 span { border-color: rgb(75,48,40); }

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