#513C45

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

Shades of Liver #513C45

Tints of Liver #513C45

Color information

#513C45 (or 0x513C45) is unknown color: approx Liver. HEX triplet: 51, 3C and 45. RGB value is (81,60,69). Sum of RGB (Red+Green+Blue) = 81+60+69=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #513C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C45 is #AEC3BA. Grayscale: #434343. Windows color (decimal): -11453371 or 4537425. OLE color: 4537425.

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

Color convert

RGB816069-
CMYK00.260.150.68
HSL334.29º14.89%27.65%-
HSV(B)334.29º25.93%31.76%-
XYZ6.085.416.35-
YUV67.3128.96137.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=38.57%
G=28.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81606900.260.150.68334.2914.8927.65
Hex513C4501AF4414ef1c
Octal12174105032171045161734
Binary1010001111100100010101101011111000100101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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