#533B48

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

Shades of Liver #533B48

Tints of Liver #533B48

Color information

#533B48 (or 0x533B48) is unknown color: approx Liver. HEX triplet: 53, 3B and 48. RGB value is (83,59,72). Sum of RGB (Red+Green+Blue) = 83+59+72=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B48 is #ACC4B7. Grayscale: #434343. Windows color (decimal): -11322552 or 4733779. OLE color: 4733779.

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

Color convert

RGB835972-
CMYK00.290.130.67
HSL327.5º16.9%27.84%-
HSV(B)327.5º28.92%32.55%-
XYZ6.35.436.85-
YUV67.66130.45138.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=38.79%
G=27.57%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83597200.290.130.67327.516.927.84
Hex533B4801DD43148111c
Octal12373110035151035102134
Binary10100111110111001000011101110110000111010010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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