#513B45

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

Shades of Liver #513B45

Tints of Liver #513B45

Color information

#513B45 (or 0x513B45) is unknown color: approx Liver. HEX triplet: 51, 3B and 45. RGB value is (81,59,69). Sum of RGB (Red+Green+Blue) = 81+59+69=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B45 is #AEC4BA. Grayscale: #424242. Windows color (decimal): -11453627 or 4537169. OLE color: 4537169.

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

Color convert

RGB815969-
CMYK00.270.150.68
HSL332.73º15.71%27.45%-
HSV(B)332.73º27.16%31.76%-
XYZ6.035.316.34-
YUV66.72129.29138.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=38.76%
G=28.23%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81596900.270.150.68332.7315.7127.45
Hex513B4501BF4414d101b
Octal12173105033171045152033
Binary10100011110111000101011011111110001001010011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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