Html Css Color HEX #534A4D Liver

📋 copy color: '#534A4D'

red 83 ◦ green 74 ◦ blue 77

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

Shades of Liver #534A4D

Tints of Liver #534A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 35.47%
G = 31.62%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#534A4D (or 0x534A4D) is known color: Liver. HEX triplet: 53, 4A and 4D. RGB value is (83,74,77). Sum of RGB (Red+Green+Blue) = 83+74+77=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A4D is #ACB5B2. Grayscale: #4D4D4D. Windows color (decimal): -11318707 or 5065299. OLE color: 5065299.

HSL color Cylindrical-coordinate representation of color #534A4D: hue angle of 340º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534A4D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 77 -
CMYK 0 0.11 0.07 0.67
HSL 340º 0.06% 0.31% -
HSV(B) 340º 0.11% 0.33% -
XYZ 7.36 7.27 8.04 -
YUV 77.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 83 74 77 0 0.11 0.07 0.67 340 0.06 0.31
Hex 53 4A 4D 0 B 7 43 154 6 1F
Octal 123 112 115 0 13 7 103 524 6 37
Binary 1010011 1001010 1001101 0 1011 111 1000011 101010100 110 11111

Color Harmonies of #534A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A4D

Black with #534A4D

Text Example


Text Example

White with #534A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A4D; }

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

 H1.HeaderClassName
 {
   color: #534A4D;
 }
 .AnyTagClassName
 {
   color: #534A4D;
 }
</style>

background-color css

<style>
 a { background-color: #534A4D; }

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

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

border-color css

<style>
 span { border-color: #534A4D; }

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

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