#4F302F

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

Shades of Espresso #4F302F

Tints of Espresso #4F302F

Color information

#4F302F (or 0x4F302F) is unknown color: approx Espresso. HEX triplet: 4F, 30 and 2F. RGB value is (79,48,47). Sum of RGB (Red+Green+Blue) = 79+48+47=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F302F is #B0CFD0. Grayscale: #393939. Windows color (decimal): -11587537 or 3092559. OLE color: 3092559.

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

Color convert

RGB794847-
CMYK00.390.410.69
HSL1.88º25.4%24.71%-
HSV(B)1.88º40.51%30.98%-
XYZ4.793.983.21-
YUV57.16122.27143.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=45.40%
G=27.59%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79484700.390.410.691.8825.424.71
Hex4F302F027294521919
Octal11760570475110523131
Binary100111111000010111101001111010011000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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