#512D24

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

Shades of Espresso #512D24

Tints of Espresso #512D24

Color information

#512D24 (or 0x512D24) is unknown color: approx Espresso. HEX triplet: 51, 2D and 24. RGB value is (81,45,36). Sum of RGB (Red+Green+Blue) = 81+45+36=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #512D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D24 is #AED2DB. Grayscale: #363636. Windows color (decimal): -11457244 or 2370897. OLE color: 2370897.

HSL color Cylindrical-coordinate representation of color #512D24: hue angle of 12º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512D24 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB814536-
CMYK00.440.560.68
HSL12º38.46%22.94%-
HSV(B)12º55.56%31.76%-
XYZ4.653.752.15-
YUV54.74117.43146.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81453600.440.560.681238.4622.94
Hex512D2402C3844c2617
Octal121554405470104144627
Binary101000110110110010001011001110001000100110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D24; }

 p { color: rgb(81,45,36); }

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

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

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

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

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

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

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