#534449

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

Shades of Liver #534449

Tints of Liver #534449

Color information

#534449 (or 0x534449) is unknown color: approx Liver. HEX triplet: 53, 44 and 49. RGB value is (83,68,73). Sum of RGB (Red+Green+Blue) = 83+68+73=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534449 is #ACBBB6. Grayscale: #494949. Windows color (decimal): -11320247 or 4801619. OLE color: 4801619.

HSL color Cylindrical-coordinate representation of color #534449: 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 #534449 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB836873-
CMYK00.180.120.67
HSL340º9.93%29.61%-
HSV(B)340º18.07%32.55%-
XYZ6.846.457.19-
YUV73.06127.97135.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=37.05%
G=30.36%
B=32.59%

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
Decimal83687300.180.120.673409.9329.61
Hex534449012C43154a1e
Octal123104111022141035241236
Binary10100111000100100100101001011001000011101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534449; }

 p { color: rgb(83,68,73); }

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

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

 a { background-color: rgb(83,68,73); }

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

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

 span { border-color: rgb(83,68,73); }

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