Html Css Color HEX #54474C Liver

📋 copy color: '#54474C'

red 84 ◦ green 71 ◦ blue 76

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

Shades of Liver #54474C

Tints of Liver #54474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 36.36%
G = 30.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54474C (or 0x54474C) is known color: Liver. HEX triplet: 54, 47 and 4C. RGB value is (84,71,76). Sum of RGB (Red+Green+Blue) = 84+71+76=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474C is #ABB8B3. Grayscale: #4B4B4B. Windows color (decimal): -11253940 or 4998996. OLE color: 4998996.

HSL color Cylindrical-coordinate representation of color #54474C: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474C is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 76 -
CMYK 0 0.15 0.10 0.67
HSL 336.92º 0.08% 0.3% -
HSV(B) 336.92º 0.15% 0.33% -
XYZ 7.21 6.91 7.79 -
YUV 75.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 84 71 76 0 0.15 0.10 0.67 336.92 0.08 0.3
Hex 54 47 4C 0 F A 43 151 8 1E
Octal 124 107 114 0 17 12 103 521 10 36
Binary 1010100 1000111 1001100 0 1111 1010 1000011 101010001 1000 11110

Color Harmonies of #54474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54474C

Black with #54474C

Text Example


Text Example

White with #54474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54474C; }

 p { color: rgb(84,71,76); }

 H1.HeaderClassName
 {
   color: #54474C;
 }
 .AnyTagClassName
 {
   color: #54474C;
 }
</style>

background-color css

<style>
 a { background-color: #54474C; }

 a { background-color: rgb(84,71,76); }

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

border-color css

<style>
 span { border-color: #54474C; }

 span { border-color: rgb(84,71,76); }

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