Html Css Color HEX #523D47 Liver

📋 copy color: '#523D47'

red 82 ◦ green 61 ◦ blue 71

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

Shades of Liver #523D47

Tints of Liver #523D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.5%

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

R = 38.32%
G = 28.5%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#523D47 (or 0x523D47) is known color: Liver. HEX triplet: 52, 3D and 47. RGB value is (82,61,71). Sum of RGB (Red+Green+Blue) = 82+61+71=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #523D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D47 is #ADC2B8. Grayscale: #444444. Windows color (decimal): -11387577 or 4668754. OLE color: 4668754.

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

Color convert

RGB 82 61 71 -
CMYK 0 0.26 0.13 0.68
HSL 331.43º 0.15% 0.28% -
HSV(B) 331.43º 0.26% 0.32% -
XYZ 6.29 5.59 6.71 -
YUV 68.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 82 61 71 0 0.26 0.13 0.68 331.43 0.15 0.28
Hex 52 3D 47 0 1A D 44 14B F 1C
Octal 122 75 107 0 32 15 104 513 17 34
Binary 1010010 111101 1000111 0 11010 1101 1000100 101001011 1111 11100

Color Harmonies of #523D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D47

Black with #523D47

Text Example


Text Example

White with #523D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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