#4F2D2A

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

Shades of Espresso #4F2D2A

Tints of Espresso #4F2D2A

Color information

#4F2D2A (or 0x4F2D2A) is unknown color: approx Espresso. HEX triplet: 4F, 2D and 2A. RGB value is (79,45,42). Sum of RGB (Red+Green+Blue) = 79+45+42=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D2A is #B0D2D5. Grayscale: #363636. Windows color (decimal): -11588310 or 2764111. OLE color: 2764111.

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

Color convert

RGB794542-
CMYK00.430.470.69
HSL4.86º30.58%23.73%-
HSV(B)4.86º46.84%30.98%-
XYZ4.583.712.66-
YUV54.82120.76145.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=47.59%
G=27.11%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79454200.430.470.694.8630.5823.73
Hex4F2D2A02B2F4551f18
Octal11755520535710553730
Binary1001111101101101010010101110111110001011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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