#54454A

Color #54454A Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #54454A

Tints of Liver #54454A

Color information

#54454A (or 0x54454A) is unknown color: approx Liver. HEX triplet: 54, 45 and 4A. RGB value is (84,69,74). Sum of RGB (Red+Green+Blue) = 84+69+74=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54454A is #ABBAB5. Grayscale: #4A4A4A. Windows color (decimal): -11254454 or 4867412. OLE color: 4867412.

HSL color Cylindrical-coordinate representation of color #54454A: hue angle of 340º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54454A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB846974-
CMYK00.180.120.67
HSL340º9.8%30%-
HSV(B)340º17.86%32.94%-
XYZ7.026.647.39-
YUV74.06127.97135.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=37.00%
G=30.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84697400.180.120.673409.830
Hex54454A012C43154a1e
Octal124105112022141035241236
Binary10101001000101100101001001011001000011101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54454A; }

 p { color: rgb(84,69,74); }

 H1.HeaderClassName
 {
   color: #54454A;
 }
 .AnyTagClassName
 {
   color: #54454A;
 }
</style>
background-color css

<style>
 a { background-color: #54454A; }

 a { background-color: rgb(84,69,74); }

 div.DivClassName
 {
   background-color: #54454A;
 }
 .BgClassName
 {
   background-color: #54454A;
 }
</style>
border-color css

<style>
 span { border-color: #54454A; }

 span { border-color: rgb(84,69,74); }

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