#4f2b2a

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

Shades of Espresso #4F2B2A

Tints of Espresso #4F2B2A

Color information

#4F2B2A (or 0x4F2B2A) is unknown color: approx Espresso. HEX triplet: 4F, 2B and 2A. RGB value is (79,43,42). Sum of RGB (Red+Green+Blue) = 79+43+42=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B2A is #B0D4D5. Grayscale: #353535. Windows color (decimal): -11588822 or 2763599. OLE color: 2763599.

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

Color convert

RGB794342-
CMYK00.460.470.69
HSL1.62º30.58%23.73%-
HSV(B)1.62º46.84%30.98%-
XYZ4.513.562.64-
YUV53.65121.43146.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=48.17%
G=26.22%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79434200.460.470.691.6230.5823.73
Hex4F2B2A02E2F4521f18
Octal11753520565710523730
Binary100111110101110101001011101011111000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f2b2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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