Html Css Color HEX #4B3029 Espresso

📋 copy color: '#4B3029'

red 75 ◦ green 48 ◦ blue 41

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

Shades of Espresso #4B3029

Tints of Espresso #4B3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

 BLUE value IS 41 (16.41% from 255) = 25%

R = 45.73%
G = 29.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4B3029 (or 0x4B3029) is known color: Espresso. HEX triplet: 4B, 30 and 29. RGB value is (75,48,41). Sum of RGB (Red+Green+Blue) = 75+48+41=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3029 is #B4CFD6. Grayscale: #373737. Windows color (decimal): -11849687 or 2699339. OLE color: 2699339.

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

Color convert

RGB 75 48 41 -
CMYK 0 0.36 0.45 0.71
HSL 12.35º 0.29% 0.23% -
HSV(B) 12.35º 0.45% 0.29% -
XYZ 4.36 3.77 2.6 -
YUV 55.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 75 48 41 0 0.36 0.45 0.71 12.35 0.29 0.23
Hex 4B 30 29 0 24 2D 47 C 1D 17
Octal 113 60 51 0 44 55 107 14 35 27
Binary 1001011 110000 101001 0 100100 101101 1000111 1100 11101 10111

Color Harmonies of #4B3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3029

Black with #4B3029

Text Example


Text Example

White with #4B3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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