#4F2F27

Color #4F2F27 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #4F2F27

Tints of Espresso #4F2F27

Color information

#4F2F27 (or 0x4F2F27) is unknown color: approx Espresso. HEX triplet: 4F, 2F and 27. RGB value is (79,47,39). Sum of RGB (Red+Green+Blue) = 79+47+39=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F27 is #B0D0D8. Grayscale: #373737. Windows color (decimal): -11587801 or 2568015. OLE color: 2568015.

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

Color convert

RGB794739-
CMYK00.410.510.69
HSL12º33.9%23.14%-
HSV(B)12º50.63%30.98%-
XYZ4.613.842.42-
YUV55.66118.6144.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.88%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=47.88%
G=28.48%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79473900.410.510.691233.923.14
Hex4F2F270293345c2217
Octal117574705163105144227
Binary100111110111110011101010011100111000101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2F27;
 }
 .AnyTagClassName
 {
   color: #4F2F27;
 }
</style>
background-color css

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

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

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

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

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

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