Html Css Color HEX #54404B Liver

📋 copy color: '#54404B'

red 84 ◦ green 64 ◦ blue 75

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

Shades of Liver #54404B

Tints of Liver #54404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 37.67%
G = 28.7%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54404B (or 0x54404B) is known color: Liver. HEX triplet: 54, 40 and 4B. RGB value is (84,64,75). Sum of RGB (Red+Green+Blue) = 84+64+75=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #54404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54404B is #ABBFB4. Grayscale: #474747. Windows color (decimal): -11255733 or 4931668. OLE color: 4931668.

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

Color convert

RGB 84 64 75 -
CMYK 0 0.24 0.11 0.67
HSL 327º 0.14% 0.29% -
HSV(B) 327º 0.24% 0.33% -
XYZ 6.76 6.06 7.47 -
YUV 71.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 84 64 75 0 0.24 0.11 0.67 327 0.14 0.29
Hex 54 40 4B 0 18 B 43 147 E 1D
Octal 124 100 113 0 30 13 103 507 16 35
Binary 1010100 1000000 1001011 0 11000 1011 1000011 101000111 1110 11101

Color Harmonies of #54404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54404B

Black with #54404B

Text Example


Text Example

White with #54404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54404B; }

 p { color: rgb(84,64,75); }

 H1.HeaderClassName
 {
   color: #54404B;
 }
 .AnyTagClassName
 {
   color: #54404B;
 }
</style>

background-color css

<style>
 a { background-color: #54404B; }

 a { background-color: rgb(84,64,75); }

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

border-color css

<style>
 span { border-color: #54404B; }

 span { border-color: rgb(84,64,75); }

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