Html Css Color HEX #523F47 Liver

📋 copy color: '#523F47'

red 82 ◦ green 63 ◦ blue 71

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

Shades of Liver #523F47

Tints of Liver #523F47

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 37.96%
G = 29.17%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#523F47 (or 0x523F47) is known color: Liver. HEX triplet: 52, 3F and 47. RGB value is (82,63,71). Sum of RGB (Red+Green+Blue) = 82+63+71=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F47 is #ADC0B8. Grayscale: #454545. Windows color (decimal): -11387065 or 4669266. OLE color: 4669266.

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

Color convert

RGB 82 63 71 -
CMYK 0 0.23 0.13 0.68
HSL 334.74º 0.13% 0.28% -
HSV(B) 334.74º 0.23% 0.32% -
XYZ 6.39 5.8 6.74 -
YUV 69.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 82 63 71 0 0.23 0.13 0.68 334.74 0.13 0.28
Hex 52 3F 47 0 17 D 44 14F D 1C
Octal 122 77 107 0 27 15 104 517 15 34
Binary 1010010 111111 1000111 0 10111 1101 1000100 101001111 1101 11100

Color Harmonies of #523F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F47

Black with #523F47

Text Example


Text Example

White with #523F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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