Html Css Color HEX #4F312E Espresso

📋 copy color: '#4F312E'

red 79 ◦ green 49 ◦ blue 46

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

Shades of Espresso #4F312E

Tints of Espresso #4F312E

RGB

 RED value IS 79 (31.25% from 255) = 45.4%

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

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

R = 45.4%
G = 28.16%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F312E (or 0x4F312E) is known color: Espresso. HEX triplet: 4F, 31 and 2E. RGB value is (79,49,46). Sum of RGB (Red+Green+Blue) = 79+49+46=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F312E is #B0CED1. Grayscale: #393939. Windows color (decimal): -11587282 or 3027279. OLE color: 3027279.

HSL color Cylindrical-coordinate representation of color #4F312E: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F312E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 49 46 -
CMYK 0 0.38 0.42 0.69
HSL 5.45º 0.26% 0.25% -
HSV(B) 5.45º 0.42% 0.31% -
XYZ 4.82 4.06 3.11 -
YUV 57.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 79 49 46 0 0.38 0.42 0.69 5.45 0.26 0.25
Hex 4F 31 2E 0 26 2A 45 5 1A 19
Octal 117 61 56 0 46 52 105 5 32 31
Binary 1001111 110001 101110 0 100110 101010 1000101 101 11010 11001

Color Harmonies of #4F312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F312E

Black with #4F312E

Text Example


Text Example

White with #4F312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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