Html Css Color HEX #54434C Liver

📋 copy color: '#54434C'

red 84 ◦ green 67 ◦ blue 76

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

Shades of Liver #54434C

Tints of Liver #54434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 37%
G = 29.52%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54434C (or 0x54434C) is known color: Liver. HEX triplet: 54, 43 and 4C. RGB value is (84,67,76). Sum of RGB (Red+Green+Blue) = 84+67+76=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54434C is #ABBCB3. Grayscale: #494949. Windows color (decimal): -11254964 or 4997972. OLE color: 4997972.

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

Color convert

RGB 84 67 76 -
CMYK 0 0.20 0.10 0.67
HSL 328.24º 0.11% 0.3% -
HSV(B) 328.24º 0.2% 0.33% -
XYZ 6.97 6.42 7.71 -
YUV 73.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 84 67 76 0 0.20 0.10 0.67 328.24 0.11 0.3
Hex 54 43 4C 0 14 A 43 148 B 1E
Octal 124 103 114 0 24 12 103 510 13 36
Binary 1010100 1000011 1001100 0 10100 1010 1000011 101001000 1011 11110

Color Harmonies of #54434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54434C

Black with #54434C

Text Example


Text Example

White with #54434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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