#523B47

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

Shades of Liver #523B47

Tints of Liver #523B47

Color information

#523B47 (or 0x523B47) is unknown color: approx Liver. HEX triplet: 52, 3B and 47. RGB value is (82,59,71). Sum of RGB (Red+Green+Blue) = 82+59+71=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #523B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B47 is #ADC4B8. Grayscale: #434343. Windows color (decimal): -11388089 or 4668242. OLE color: 4668242.

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

Color convert

RGB825971-
CMYK00.280.130.68
HSL328.7º16.31%27.65%-
HSV(B)328.7º28.05%32.16%-
XYZ6.185.386.67-
YUV67.24130.12138.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=38.68%
G=27.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82597100.280.130.68328.716.3127.65
Hex523B4701CD44149101c
Octal12273107034151045112034
Binary10100101110111000111011100110110001001010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,71); }

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

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

 a { background-color: rgb(82,59,71); }

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

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

 span { border-color: rgb(82,59,71); }

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