#4F2F2D

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

Shades of Espresso #4F2F2D

Tints of Espresso #4F2F2D

Color information

#4F2F2D (or 0x4F2F2D) is unknown color: approx Espresso. HEX triplet: 4F, 2F and 2D. RGB value is (79,47,45). Sum of RGB (Red+Green+Blue) = 79+47+45=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F2D is #B0D0D2. Grayscale: #383838. Windows color (decimal): -11587795 or 2961231. OLE color: 2961231.

HSL color Cylindrical-coordinate representation of color #4F2F2D: hue angle of 3.53º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F2F2D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB794745-
CMYK00.410.430.69
HSL3.53º27.42%24.31%-
HSV(B)3.53º43.04%30.98%-
XYZ4.713.882.98-
YUV56.34121.6144.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=46.20%
G=27.49%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79474500.410.430.693.5327.4224.31
Hex4F2F2D0292B4541b18
Octal11757550515310543330
Binary1001111101111101101010100110101110001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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