#523D49

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

Shades of Liver #523D49

Tints of Liver #523D49

Color information

#523D49 (or 0x523D49) is unknown color: approx Liver. HEX triplet: 52, 3D and 49. RGB value is (82,61,73). Sum of RGB (Red+Green+Blue) = 82+61+73=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D49 is #ADC2B6. Grayscale: #444444. Windows color (decimal): -11387575 or 4799826. OLE color: 4799826.

HSL color Cylindrical-coordinate representation of color #523D49: hue angle of 325.71º 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 #523D49 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB826173-
CMYK00.260.110.68
HSL325.71º14.69%28.04%-
HSV(B)325.71º25.61%32.16%-
XYZ6.355.617.05-
YUV68.65130.46137.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=37.96%
G=28.24%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82617300.260.110.68325.7114.6928.04
Hex523D4901AB44146f1c
Octal12275111032131045061734
Binary1010010111101100100101101010111000100101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523D49; }

 p { color: rgb(82,61,73); }

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

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

 a { background-color: rgb(82,61,73); }

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

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

 span { border-color: rgb(82,61,73); }

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