#513030

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

Shades of Espresso #513030

Tints of Espresso #513030

Color information

#513030 (or 0x513030) is unknown color: approx Espresso. HEX triplet: 51, 30 and 30. RGB value is (81,48,48). Sum of RGB (Red+Green+Blue) = 81+48+48=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #513030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513030 is #AECFCF. Grayscale: #393939. Windows color (decimal): -11456464 or 3158097. OLE color: 3158097.

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

Color convert

RGB814848-
CMYK00.410.410.68
HSL25.58%25.29%-
HSV(B)40.74%31.76%-
XYZ4.984.083.32-
YUV57.87122.43144.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=45.76%
G=27.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81484800.410.410.68025.5825.29
Hex513030029294401a19
Octal12160600515110403231
Binary10100011100001100000101001101001100010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513030; }

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

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

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

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

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

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

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

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