#4F332B

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

Shades of Espresso #4F332B

Tints of Espresso #4F332B

Color information

#4F332B (or 0x4F332B) is unknown color: approx Espresso. HEX triplet: 4F, 33 and 2B. RGB value is (79,51,43). Sum of RGB (Red+Green+Blue) = 79+51+43=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F332B is #B0CCD4. Grayscale: #3A3A3A. Windows color (decimal): -11586773 or 2831183. OLE color: 2831183.

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

Color convert

RGB795143-
CMYK00.350.460.69
HSL13.33º29.51%23.92%-
HSV(B)13.33º45.57%30.98%-
XYZ4.844.22.84-
YUV58.46119.28142.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=45.66%
G=29.48%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79514300.350.460.6913.3329.5123.92
Hex4F332B0232E45d1e18
Octal117635304356105153630
Binary10011111100111010110100011101110100010111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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