#513028

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

Shades of Espresso #513028

Tints of Espresso #513028

Color information

#513028 (or 0x513028) is unknown color: approx Espresso. HEX triplet: 51, 30 and 28. RGB value is (81,48,40). Sum of RGB (Red+Green+Blue) = 81+48+40=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513028 is #AECFD7. Grayscale: #393939. Windows color (decimal): -11456472 or 2633809. OLE color: 2633809.

HSL color Cylindrical-coordinate representation of color #513028: hue angle of 11.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513028 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB814840-
CMYK00.410.510.68
HSL11.71º33.88%23.73%-
HSV(B)11.71º50.62%31.76%-
XYZ4.834.022.53-
YUV56.96118.43145.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=47.93%
G=28.40%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81484000.410.510.6811.7133.8823.73
Hex5130280293344c2218
Octal121605005163104144230
Binary101000111000010100001010011100111000100110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513028; }

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

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

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

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

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

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

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

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