Html Css Color HEX #54424D Liver

📋 copy color: '#54424D'

red 84 ◦ green 66 ◦ blue 77

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

Shades of Liver #54424D

Tints of Liver #54424D

RGB

 RED value IS 84 (33.2% from 255) = 37%

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

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

R = 37%
G = 29.07%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#54424D (or 0x54424D) is known color: Liver. HEX triplet: 54, 42 and 4D. RGB value is (84,66,77). Sum of RGB (Red+Green+Blue) = 84+66+77=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54424D is #ABBDB2. Grayscale: #484848. Windows color (decimal): -11255219 or 5063252. OLE color: 5063252.

HSL color Cylindrical-coordinate representation of color #54424D: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54424D is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 77 -
CMYK 0 0.21 0.08 0.67
HSL 323.33º 0.12% 0.29% -
HSV(B) 323.33º 0.21% 0.33% -
XYZ 6.94 6.32 7.87 -
YUV 72.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 84 66 77 0 0.21 0.08 0.67 323.33 0.12 0.29
Hex 54 42 4D 0 15 8 43 143 C 1D
Octal 124 102 115 0 25 10 103 503 14 35
Binary 1010100 1000010 1001101 0 10101 1000 1000011 101000011 1100 11101

Color Harmonies of #54424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54424D

Black with #54424D

Text Example


Text Example

White with #54424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54424D; }

 p { color: rgb(84,66,77); }

 H1.HeaderClassName
 {
   color: #54424D;
 }
 .AnyTagClassName
 {
   color: #54424D;
 }
</style>

background-color css

<style>
 a { background-color: #54424D; }

 a { background-color: rgb(84,66,77); }

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

border-color css

<style>
 span { border-color: #54424D; }

 span { border-color: rgb(84,66,77); }

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