Html Css Color HEX #4B2E28 Espresso

📋 copy color: '#4B2E28'

red 75 ◦ green 46 ◦ blue 40

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

Shades of Espresso #4B2E28

Tints of Espresso #4B2E28

RGB

 RED value IS 75 (29.69% from 255) = 46.58%

 GREEN value IS 46 (18.36% from 255) = 28.57%

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 46.58%
G = 28.57%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B2E28 (or 0x4B2E28) is known color: Espresso. HEX triplet: 4B, 2E and 28. RGB value is (75,46,40). Sum of RGB (Red+Green+Blue) = 75+46+40=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E28 is #B4D1D7. Grayscale: #363636. Windows color (decimal): -11850200 or 2633291. OLE color: 2633291.

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

Color convert

RGB 75 46 40 -
CMYK 0 0.39 0.47 0.71
HSL 10.29º 0.3% 0.23% -
HSV(B) 10.29º 0.47% 0.29% -
XYZ 4.26 3.6 2.48 -
YUV 53.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 75 46 40 0 0.39 0.47 0.71 10.29 0.3 0.23
Hex 4B 2E 28 0 27 2F 47 A 1E 17
Octal 113 56 50 0 47 57 107 12 36 27
Binary 1001011 101110 101000 0 100111 101111 1000111 1010 11110 10111

Color Harmonies of #4B2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E28

Black with #4B2E28

Text Example


Text Example

White with #4B2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B2E28;
 }
 .AnyTagClassName
 {
   color: #4B2E28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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