#54434B

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

Shades of Liver #54434B

Tints of Liver #54434B

Color information

#54434B (or 0x54434B) is unknown color: approx Liver. HEX triplet: 54, 43 and 4B. RGB value is (84,67,75). Sum of RGB (Red+Green+Blue) = 84+67+75=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54434B is #ABBCB4. Grayscale: #484848. Windows color (decimal): -11254965 or 4932436. OLE color: 4932436.

HSL color Cylindrical-coordinate representation of color #54434B: hue angle of 331.76º 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 #54434B is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB846775-
CMYK00.200.110.67
HSL331.76º11.26%29.61%-
HSV(B)331.76º20.24%32.94%-
XYZ6.936.417.53-
YUV72.99129.13135.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=37.17%
G=29.65%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84677500.200.110.67331.7611.2629.61
Hex54434B014B4314cb1e
Octal124103113024131035141336
Binary10101001000011100101101010010111000011101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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