#513228

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

Shades of Espresso #513228

Tints of Espresso #513228

Color information

#513228 (or 0x513228) is unknown color: approx Espresso. HEX triplet: 51, 32 and 28. RGB value is (81,50,40). Sum of RGB (Red+Green+Blue) = 81+50+40=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513228 is #AECDD7. Grayscale: #3A3A3A. Windows color (decimal): -11455960 or 2634321. OLE color: 2634321.

HSL color Cylindrical-coordinate representation of color #513228: hue angle of 14.63º 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 #513228 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB815040-
CMYK00.380.510.68
HSL14.63º33.88%23.73%-
HSV(B)14.63º50.62%31.76%-
XYZ4.924.182.56-
YUV58.13117.77144.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=47.37%
G=29.24%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81504000.380.510.6814.6333.8823.73
Hex5132280263344f2218
Octal121625004663104174230
Binary101000111001010100001001101100111000100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513228; }

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

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

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

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

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

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

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

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