#534047

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

Shades of Liver #534047

Tints of Liver #534047

Color information

#534047 (or 0x534047) is unknown color: approx Liver. HEX triplet: 53, 40 and 47. RGB value is (83,64,71). Sum of RGB (Red+Green+Blue) = 83+64+71=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534047 is #ACBFB8. Grayscale: #464646. Windows color (decimal): -11321273 or 4669523. OLE color: 4669523.

HSL color Cylindrical-coordinate representation of color #534047: hue angle of 337.89º 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 #534047 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB836471-
CMYK00.230.140.67
HSL337.89º12.93%28.82%-
HSV(B)337.89º22.89%32.55%-
XYZ6.545.966.77-
YUV70.48128.29136.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=38.07%
G=29.36%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83647100.230.140.67337.8912.9328.82
Hex534047017E43152d1d
Octal123100107027161035221535
Binary10100111000000100011101011111101000011101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534047; }

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

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

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

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

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

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

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

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