Html Css Color HEX #523D49 Liver

📋 copy color: '#523D49'

red 82 ◦ green 61 ◦ blue 73

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

Shades of Liver #523D49

Tints of Liver #523D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 37.96%
G = 28.24%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#523D49 (or 0x523D49) is known color: Liver. HEX triplet: 52, 3D and 49. RGB value is (82,61,73). Sum of RGB (Red+Green+Blue) = 82+61+73=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D49 is #ADC2B6. Grayscale: #444444. Windows color (decimal): -11387575 or 4799826. OLE color: 4799826.

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

Color convert

RGB 82 61 73 -
CMYK 0 0.26 0.11 0.68
HSL 325.71º 0.15% 0.28% -
HSV(B) 325.71º 0.26% 0.32% -
XYZ 6.35 5.61 7.05 -
YUV 68.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 82 61 73 0 0.26 0.11 0.68 325.71 0.15 0.28
Hex 52 3D 49 0 1A B 44 146 F 1C
Octal 122 75 111 0 32 13 104 506 17 34
Binary 1010010 111101 1001001 0 11010 1011 1000100 101000110 1111 11100

Color Harmonies of #523D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D49

Black with #523D49

Text Example


Text Example

White with #523D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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