#533F48

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

Shades of Liver #533F48

Tints of Liver #533F48

Color information

#533F48 (or 0x533F48) is unknown color: approx Liver. HEX triplet: 53, 3F and 48. RGB value is (83,63,72). Sum of RGB (Red+Green+Blue) = 83+63+72=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F48 is #ACC0B7. Grayscale: #454545. Windows color (decimal): -11321528 or 4734803. OLE color: 4734803.

HSL color Cylindrical-coordinate representation of color #533F48: hue angle of 333º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F48 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB836372-
CMYK00.240.130.67
HSL333º13.7%28.63%-
HSV(B)333º24.1%32.55%-
XYZ6.515.866.92-
YUV70.01129.13137.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=38.07%
G=28.90%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83637200.240.130.6733313.728.63
Hex533F48018D4314de1d
Octal12377110030151035151635
Binary1010011111111100100001100011011000011101001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F48; }

 p { color: rgb(83,63,72); }

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

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

 a { background-color: rgb(83,63,72); }

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

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

 span { border-color: rgb(83,63,72); }

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