#4F3028

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

Shades of Espresso #4F3028

Tints of Espresso #4F3028

Color information

#4F3028 (or 0x4F3028) is unknown color: approx Espresso. HEX triplet: 4F, 30 and 28. RGB value is (79,48,40). Sum of RGB (Red+Green+Blue) = 79+48+40=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3028 is #B0CFD7. Grayscale: #383838. Windows color (decimal): -11587544 or 2633807. OLE color: 2633807.

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

Color convert

RGB794840-
CMYK00.390.490.69
HSL12.31º32.77%23.33%-
HSV(B)12.31º49.37%30.98%-
XYZ4.663.932.52-
YUV56.36118.77144.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=47.31%
G=28.74%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79484000.390.490.6912.3132.7723.33
Hex4F30280273145c2117
Octal117605004761105144127
Binary100111111000010100001001111100011000101110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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