Html Css Color HEX #53424A Liver

📋 copy color: '#53424A'

red 83 ◦ green 66 ◦ blue 74

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

Shades of Liver #53424A

Tints of Liver #53424A

RGB

 RED value IS 83 (32.81% from 255) = 37.22%

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 37.22%
G = 29.6%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53424A (or 0x53424A) is known color: Liver. HEX triplet: 53, 42 and 4A. RGB value is (83,66,74). Sum of RGB (Red+Green+Blue) = 83+66+74=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #53424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53424A is #ACBDB5. Grayscale: #474747. Windows color (decimal): -11320758 or 4866643. OLE color: 4866643.

HSL color Cylindrical-coordinate representation of color #53424A: hue angle of 331.76º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53424A is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 74 -
CMYK 0 0.20 0.11 0.67
HSL 331.76º 0.11% 0.29% -
HSV(B) 331.76º 0.2% 0.33% -
XYZ 6.75 6.23 7.33 -
YUV 72 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 83 66 74 0 0.20 0.11 0.67 331.76 0.11 0.29
Hex 53 42 4A 0 14 B 43 14C B 1D
Octal 123 102 112 0 24 13 103 514 13 35
Binary 1010011 1000010 1001010 0 10100 1011 1000011 101001100 1011 11101

Color Harmonies of #53424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53424A

Black with #53424A

Text Example


Text Example

White with #53424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53424A; }

 p { color: rgb(83,66,74); }

 H1.HeaderClassName
 {
   color: #53424A;
 }
 .AnyTagClassName
 {
   color: #53424A;
 }
</style>

background-color css

<style>
 a { background-color: #53424A; }

 a { background-color: rgb(83,66,74); }

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

border-color css

<style>
 span { border-color: #53424A; }

 span { border-color: rgb(83,66,74); }

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