#4F322D

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

Shades of Espresso #4F322D

Tints of Espresso #4F322D

Color information

#4F322D (or 0x4F322D) is unknown color: approx Espresso. HEX triplet: 4F, 32 and 2D. RGB value is (79,50,45). Sum of RGB (Red+Green+Blue) = 79+50+45=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F322D is #B0CDD2. Grayscale: #3A3A3A. Windows color (decimal): -11587027 or 2961999. OLE color: 2961999.

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

Color convert

RGB795045-
CMYK00.370.430.69
HSL8.82º27.42%24.31%-
HSV(B)8.82º43.04%30.98%-
XYZ4.844.133.03-
YUV58.1120.61142.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=45.40%
G=28.74%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79504500.370.430.698.8227.4224.31
Hex4F322D0252B4591b18
Octal117625504553105113330
Binary10011111100101011010100101101011100010110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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