#54424B

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

Shades of Liver #54424B

Tints of Liver #54424B

Color information

#54424B (or 0x54424B) is unknown color: approx Liver. HEX triplet: 54, 42 and 4B. RGB value is (84,66,75). Sum of RGB (Red+Green+Blue) = 84+66+75=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #54424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54424B is #ABBDB4. Grayscale: #484848. Windows color (decimal): -11255221 or 4932180. OLE color: 4932180.

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

Color convert

RGB846675-
CMYK00.210.110.67
HSL330º12%29.41%-
HSV(B)330º21.43%32.94%-
XYZ6.876.297.51-
YUV72.41129.46136.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=37.33%
G=29.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667500.210.110.673301229.41
Hex54424B015B4314ac1d
Octal124102113025131035121435
Binary10101001000010100101101010110111000011101001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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