#533947

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

Shades of Liver #533947

Tints of Liver #533947

Color information

#533947 (or 0x533947) is unknown color: approx Liver. HEX triplet: 53, 39 and 47. RGB value is (83,57,71). Sum of RGB (Red+Green+Blue) = 83+57+71=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533947 is #ACC6B8. Grayscale: #424242. Windows color (decimal): -11323065 or 4667731. OLE color: 4667731.

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

Color convert

RGB835771-
CMYK00.310.140.67
HSL327.69º18.57%27.45%-
HSV(B)327.69º31.33%32.55%-
XYZ6.175.226.64-
YUV66.37130.61139.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=39.34%
G=27.01%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83577100.310.140.67327.6918.5727.45
Hex53394701FE43148131b
Octal12371107037161035102333
Binary10100111110011000111011111111010000111010010001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533947; }

 p { color: rgb(83,57,71); }

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

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

 a { background-color: rgb(83,57,71); }

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

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

 span { border-color: rgb(83,57,71); }

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