Html Css Color HEX #523C48 Liver

📋 copy color: '#523C48'

red 82 ◦ green 60 ◦ blue 72

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

Shades of Liver #523C48

Tints of Liver #523C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 38.32%
G = 28.04%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523C48 (or 0x523C48) is known color: Liver. HEX triplet: 52, 3C and 48. RGB value is (82,60,72). Sum of RGB (Red+Green+Blue) = 82+60+72=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #523C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C48 is #ADC3B7. Grayscale: #434343. Windows color (decimal): -11387832 or 4734034. OLE color: 4734034.

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

Color convert

RGB 82 60 72 -
CMYK 0 0.27 0.12 0.68
HSL 327.27º 0.15% 0.28% -
HSV(B) 327.27º 0.27% 0.32% -
XYZ 6.27 5.49 6.86 -
YUV 67.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 82 60 72 0 0.27 0.12 0.68 327.27 0.15 0.28
Hex 52 3C 48 0 1B C 44 147 F 1C
Octal 122 74 110 0 33 14 104 507 17 34
Binary 1010010 111100 1001000 0 11011 1100 1000100 101000111 1111 11100

Color Harmonies of #523C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C48

Black with #523C48

Text Example


Text Example

White with #523C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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