#513231

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

Shades of Espresso #513231

Tints of Espresso #513231

Color information

#513231 (or 0x513231) is unknown color: approx Espresso. HEX triplet: 51, 32 and 31. RGB value is (81,50,49). Sum of RGB (Red+Green+Blue) = 81+50+49=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #513231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513231 is #AECDCE. Grayscale: #3B3B3B. Windows color (decimal): -11455951 or 3224145. OLE color: 3224145.

HSL color Cylindrical-coordinate representation of color #513231: hue angle of 1.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513231 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB815049-
CMYK00.380.400.68
HSL1.88º24.62%25.49%-
HSV(B)1.88º39.51%31.76%-
XYZ5.094.253.46-
YUV59.15122.27143.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=45%
G=27.78%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81504900.380.400.681.8824.6225.49
Hex513231026284421919
Octal12162610465010423131
Binary101000111001011000101001101010001000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513231; }

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

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

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

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

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

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

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

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