Html Css Color HEX #523E47 Liver

📋 copy color: '#523E47'

red 82 ◦ green 62 ◦ blue 71

#523E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #523E47

Tints of Liver #523E47

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 71 (28.13% from 255) = 33.02%

R = 38.14%
G = 28.84%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#523E47 (or 0x523E47) is known color: Liver. HEX triplet: 52, 3E and 47. RGB value is (82,62,71). Sum of RGB (Red+Green+Blue) = 82+62+71=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E47 is #ADC1B8. Grayscale: #444444. Windows color (decimal): -11387321 or 4669010. OLE color: 4669010.

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

Color convert

RGB 82 62 71 -
CMYK 0 0.24 0.13 0.68
HSL 333º 0.14% 0.28% -
HSV(B) 333º 0.24% 0.32% -
XYZ 6.34 5.69 6.73 -
YUV 69.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 82 62 71 0 0.24 0.13 0.68 333 0.14 0.28
Hex 52 3E 47 0 18 D 44 14D E 1C
Octal 122 76 107 0 30 15 104 515 16 34
Binary 1010010 111110 1000111 0 11000 1101 1000100 101001101 1110 11100

Color Harmonies of #523E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E47

Black with #523E47

Text Example


Text Example

White with #523E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #523E47;
 }
 .AnyTagClassName
 {
   color: #523E47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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