#534048

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

Shades of Liver #534048

Tints of Liver #534048

Color information

#534048 (or 0x534048) is unknown color: approx Liver. HEX triplet: 53, 40 and 48. RGB value is (83,64,72). Sum of RGB (Red+Green+Blue) = 83+64+72=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534048 is #ACBFB7. Grayscale: #464646. Windows color (decimal): -11321272 or 4735059. OLE color: 4735059.

HSL color Cylindrical-coordinate representation of color #534048: hue angle of 334.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534048 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB836472-
CMYK00.230.130.67
HSL334.74º12.93%28.82%-
HSV(B)334.74º22.89%32.55%-
XYZ6.575.976.94-
YUV70.59128.79136.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=37.90%
G=29.22%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83647200.230.130.67334.7412.9328.82
Hex534048017D4314fd1d
Octal123100110027151035171535
Binary10100111000000100100001011111011000011101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534048; }

 p { color: rgb(83,64,72); }

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

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

 a { background-color: rgb(83,64,72); }

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

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

 span { border-color: rgb(83,64,72); }

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