Html Css Color HEX #4B3028 Espresso

📋 copy color: '#4B3028'

red 75 ◦ green 48 ◦ blue 40

#4B3028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Espresso #4B3028

Tints of Espresso #4B3028

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 value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B3028 (or 0x4B3028) is known color: 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

RGB 75 48 40 -
CMYK 0 0.36 0.47 0.71
HSL 13.71º 0.3% 0.23% -
HSV(B) 13.71º 0.47% 0.29% -
XYZ 4.34 3.76 2.5 -
YUV 55.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 75 48 40 0 0.36 0.47 0.71 13.71 0.3 0.23
Hex 4B 30 28 0 24 2F 47 E 1E 17
Octal 113 60 50 0 44 57 107 16 36 27
Binary 1001011 110000 101000 0 100100 101111 1000111 1110 11110 10111

Color Harmonies of #4B3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3028

Black with #4B3028

Text Example


Text Example

White with #4B3028

Text Example


Text Example

HTML Codes & Css Web 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>