#4F302E

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

Shades of Espresso #4F302E

Tints of Espresso #4F302E

Color information

#4F302E (or 0x4F302E) is unknown color: approx Espresso. HEX triplet: 4F, 30 and 2E. RGB value is (79,48,46). Sum of RGB (Red+Green+Blue) = 79+48+46=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F302E is #B0CFD1. Grayscale: #393939. Windows color (decimal): -11587538 or 3027023. OLE color: 3027023.

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

Color convert

RGB794846-
CMYK00.390.420.69
HSL3.64º26.4%24.51%-
HSV(B)3.64º41.77%30.98%-
XYZ4.773.973.1-
YUV57.04121.77143.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=45.66%
G=27.75%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79484600.390.420.693.6426.424.51
Hex4F302E0272A4541a19
Octal11760560475210543231
Binary1001111110000101110010011110101010001011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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