Html Css Color HEX #4F2E27 Espresso

📋 copy color: '#4F2E27'

red 79 ◦ green 46 ◦ blue 39

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

Shades of Espresso #4F2E27

Tints of Espresso #4F2E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 48.17%
G = 28.05%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F2E27 (or 0x4F2E27) is known color: Espresso. HEX triplet: 4F, 2E and 27. RGB value is (79,46,39). Sum of RGB (Red+Green+Blue) = 79+46+39=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E27 is #B0D1D8. Grayscale: #373737. Windows color (decimal): -11588057 or 2567759. OLE color: 2567759.

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

Color convert

RGB 79 46 39 -
CMYK 0 0.42 0.51 0.69
HSL 10.5º 0.34% 0.23% -
HSV(B) 10.5º 0.51% 0.31% -
XYZ 4.57 3.76 2.4 -
YUV 55.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 79 46 39 0 0.42 0.51 0.69 10.5 0.34 0.23
Hex 4F 2E 27 0 2A 33 45 A 22 17
Octal 117 56 47 0 52 63 105 12 42 27
Binary 1001111 101110 100111 0 101010 110011 1000101 1010 100010 10111

Color Harmonies of #4F2E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2E27

Black with #4F2E27

Text Example


Text Example

White with #4F2E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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