#513A45

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

Shades of Liver #513A45

Tints of Liver #513A45

Color information

#513A45 (or 0x513A45) is unknown color: approx Liver. HEX triplet: 51, 3A and 45. RGB value is (81,58,69). Sum of RGB (Red+Green+Blue) = 81+58+69=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A45 is #AEC5BA. Grayscale: #424242. Windows color (decimal): -11453883 or 4536913. OLE color: 4536913.

HSL color Cylindrical-coordinate representation of color #513A45: hue angle of 331.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A45 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB815869-
CMYK00.280.150.68
HSL331.3º16.55%27.25%-
HSV(B)331.3º28.4%31.76%-
XYZ5.985.216.32-
YUV66.13129.62138.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=38.94%
G=27.88%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81586900.280.150.68331.316.5527.25
Hex513A4501CF4414b111b
Octal12172105034171045132133
Binary10100011110101000101011100111110001001010010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513A45; }

 p { color: rgb(81,58,69); }

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

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

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

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

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

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

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