Html Css Color HEX #4B312E Espresso

📋 copy color: '#4B312E'

red 75 ◦ green 49 ◦ blue 46

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

Shades of Espresso #4B312E

Tints of Espresso #4B312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 44.12%
G = 28.82%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#4B312E (or 0x4B312E) is known color: Espresso. HEX triplet: 4B, 31 and 2E. RGB value is (75,49,46). Sum of RGB (Red+Green+Blue) = 75+49+46=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B312E is #B4CED1. Grayscale: #383838. Windows color (decimal): -11849426 or 3027275. OLE color: 3027275.

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

Color convert

RGB 75 49 46 -
CMYK 0 0.35 0.39 0.71
HSL 6.21º 0.24% 0.24% -
HSV(B) 6.21º 0.39% 0.29% -
XYZ 4.49 3.89 3.1 -
YUV 56.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 75 49 46 0 0.35 0.39 0.71 6.21 0.24 0.24
Hex 4B 31 2E 0 23 27 47 6 18 18
Octal 113 61 56 0 43 47 107 6 30 30
Binary 1001011 110001 101110 0 100011 100111 1000111 110 11000 11000

Color Harmonies of #4B312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B312E

Black with #4B312E

Text Example


Text Example

White with #4B312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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