#523B46

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

Shades of Liver #523B46

Tints of Liver #523B46

Color information

#523B46 (or 0x523B46) is unknown color: approx Liver. HEX triplet: 52, 3B and 46. RGB value is (82,59,70). Sum of RGB (Red+Green+Blue) = 82+59+70=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B46 is #ADC4B9. Grayscale: #434343. Windows color (decimal): -11388090 or 4602706. OLE color: 4602706.

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

Color convert

RGB825970-
CMYK00.280.150.68
HSL331.3º16.31%27.65%-
HSV(B)331.3º28.05%32.16%-
XYZ6.155.366.51-
YUV67.13129.62138.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=38.86%
G=27.96%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82597000.280.150.68331.316.3127.65
Hex523B4601CF4414b101c
Octal12273106034171045132034
Binary10100101110111000110011100111110001001010010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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