#523B48

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

Shades of Liver #523B48

Tints of Liver #523B48

Color information

#523B48 (or 0x523B48) is unknown color: approx Liver. HEX triplet: 52, 3B and 48. RGB value is (82,59,72). Sum of RGB (Red+Green+Blue) = 82+59+72=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #523B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B48 is #ADC4B7. Grayscale: #434343. Windows color (decimal): -11388088 or 4733778. OLE color: 4733778.

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

Color convert

RGB825972-
CMYK00.280.120.68
HSL326.09º16.31%27.65%-
HSV(B)326.09º28.05%32.16%-
XYZ6.215.396.84-
YUV67.36130.62138.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=38.50%
G=27.70%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82597200.280.120.68326.0916.3127.65
Hex523B4801CC44146101c
Octal12273110034141045062034
Binary10100101110111001000011100110010001001010001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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