#54414B

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

Shades of Liver #54414B

Tints of Liver #54414B

Color information

#54414B (or 0x54414B) is unknown color: approx Liver. HEX triplet: 54, 41 and 4B. RGB value is (84,65,75). Sum of RGB (Red+Green+Blue) = 84+65+75=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #54414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54414B is #ABBEB4. Grayscale: #474747. Windows color (decimal): -11255477 or 4931924. OLE color: 4931924.

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

Color convert

RGB846575-
CMYK00.230.110.67
HSL328.42º12.75%29.22%-
HSV(B)328.42º22.62%32.94%-
XYZ6.826.177.49-
YUV71.82129.79136.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=37.5%
G=29.02%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84657500.230.110.67328.4212.7529.22
Hex54414B017B43148d1d
Octal124101113027131035101535
Binary10101001000001100101101011110111000011101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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