Html Css Color HEX #523F46 Liver

📋 copy color: '#523F46'

red 82 ◦ green 63 ◦ blue 70

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

Shades of Liver #523F46

Tints of Liver #523F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 38.14%
G = 29.3%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#523F46 (or 0x523F46) is known color: Liver. HEX triplet: 52, 3F and 46. RGB value is (82,63,70). Sum of RGB (Red+Green+Blue) = 82+63+70=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F46 is #ADC0B9. Grayscale: #454545. Windows color (decimal): -11387066 or 4603730. OLE color: 4603730.

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

Color convert

RGB 82 63 70 -
CMYK 0 0.23 0.15 0.68
HSL 337.89º 0.13% 0.28% -
HSV(B) 337.89º 0.23% 0.32% -
XYZ 6.36 5.79 6.58 -
YUV 69.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 82 63 70 0 0.23 0.15 0.68 337.89 0.13 0.28
Hex 52 3F 46 0 17 F 44 152 D 1C
Octal 122 77 106 0 27 17 104 522 15 34
Binary 1010010 111111 1000110 0 10111 1111 1000100 101010010 1101 11100

Color Harmonies of #523F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F46

Black with #523F46

Text Example


Text Example

White with #523F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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