Html Css Color HEX #533D49 Liver

📋 copy color: '#533D49'

red 83 ◦ green 61 ◦ blue 73

#533D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #533D49

Tints of Liver #533D49

RGB

 RED value IS 83 (32.81% from 255) = 38.25%

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 38.25%
G = 28.11%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#533D49 (or 0x533D49) is known color: Liver. HEX triplet: 53, 3D and 49. RGB value is (83,61,73). Sum of RGB (Red+Green+Blue) = 83+61+73=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D49 is #ACC2B6. Grayscale: #444444. Windows color (decimal): -11322039 or 4799827. OLE color: 4799827.

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

Color convert

RGB 83 61 73 -
CMYK 0 0.27 0.12 0.67
HSL 327.27º 0.15% 0.28% -
HSV(B) 327.27º 0.27% 0.33% -
XYZ 6.44 5.66 7.06 -
YUV 68.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 83 61 73 0 0.27 0.12 0.67 327.27 0.15 0.28
Hex 53 3D 49 0 1B C 43 147 F 1C
Octal 123 75 111 0 33 14 103 507 17 34
Binary 1010011 111101 1001001 0 11011 1100 1000011 101000111 1111 11100

Color Harmonies of #533D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D49

Black with #533D49

Text Example


Text Example

White with #533D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533D49;
 }
 .AnyTagClassName
 {
   color: #533D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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