#533846

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

Shades of Liver #533846

Tints of Liver #533846

Color information

#533846 (or 0x533846) is unknown color: approx Liver. HEX triplet: 53, 38 and 46. RGB value is (83,56,70). Sum of RGB (Red+Green+Blue) = 83+56+70=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #533846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533846 is #ACC7B9. Grayscale: #414141. Windows color (decimal): -11323322 or 4601939. OLE color: 4601939.

HSL color Cylindrical-coordinate representation of color #533846: hue angle of 328.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533846 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB835670-
CMYK00.330.160.67
HSL328.89º19.42%27.25%-
HSV(B)328.89º32.53%32.55%-
XYZ6.095.116.46-
YUV65.67130.45140.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=39.71%
G=26.79%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83567000.330.160.67328.8919.4227.25
Hex5338460211043149131b
Octal12370106041201035112333
Binary1010011111000100011001000011000010000111010010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533846; }

 p { color: rgb(83,56,70); }

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

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

 a { background-color: rgb(83,56,70); }

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

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

 span { border-color: rgb(83,56,70); }

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