#4F322A

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

Shades of Espresso #4F322A

Tints of Espresso #4F322A

Color information

#4F322A (or 0x4F322A) is unknown color: approx Espresso. HEX triplet: 4F, 32 and 2A. RGB value is (79,50,42). Sum of RGB (Red+Green+Blue) = 79+50+42=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F322A is #B0CDD5. Grayscale: #393939. Windows color (decimal): -11587030 or 2765391. OLE color: 2765391.

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

Color convert

RGB795042-
CMYK00.370.470.69
HSL12.97º30.58%23.73%-
HSV(B)12.97º46.84%30.98%-
XYZ4.784.112.73-
YUV57.76119.11143.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=46.20%
G=29.24%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79504200.370.470.6912.9730.5823.73
Hex4F322A0252F45d1f18
Octal117625204557105153730
Binary10011111100101010100100101101111100010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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