#523C47

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

Shades of Liver #523C47

Tints of Liver #523C47

Color information

#523C47 (or 0x523C47) is unknown color: approx Liver. HEX triplet: 52, 3C and 47. RGB value is (82,60,71). Sum of RGB (Red+Green+Blue) = 82+60+71=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #523C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C47 is #ADC3B8. Grayscale: #434343. Windows color (decimal): -11387833 or 4668498. OLE color: 4668498.

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

Color convert

RGB826071-
CMYK00.270.130.68
HSL330º15.49%27.84%-
HSV(B)330º26.83%32.16%-
XYZ6.235.486.69-
YUV67.83129.79138.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=38.50%
G=28.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82607100.270.130.6833015.4927.84
Hex523C4701BD4414af1c
Octal12274107033151045121734
Binary1010010111100100011101101111011000100101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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