Html Css Color HEX #4B2C28 Espresso

📋 copy color: '#4B2C28'

red 75 ◦ green 44 ◦ blue 40

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

Shades of Espresso #4B2C28

Tints of Espresso #4B2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

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

R = 47.17%
G = 27.67%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B2C28 (or 0x4B2C28) is known color: Espresso. HEX triplet: 4B, 2C and 28. RGB value is (75,44,40). Sum of RGB (Red+Green+Blue) = 75+44+40=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C28 is #B4D3D7. Grayscale: #343434. Windows color (decimal): -11850712 or 2632779. OLE color: 2632779.

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

Color convert

RGB 75 44 40 -
CMYK 0 0.41 0.47 0.71
HSL 6.86º 0.3% 0.23% -
HSV(B) 6.86º 0.47% 0.29% -
XYZ 4.19 3.45 2.45 -
YUV 52.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 75 44 40 0 0.41 0.47 0.71 6.86 0.3 0.23
Hex 4B 2C 28 0 29 2F 47 7 1E 17
Octal 113 54 50 0 51 57 107 7 36 27
Binary 1001011 101100 101000 0 101001 101111 1000111 111 11110 10111

Color Harmonies of #4B2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C28

Black with #4B2C28

Text Example


Text Example

White with #4B2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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