Html Css Color HEX #533E49 Liver

📋 copy color: '#533E49'

red 83 ◦ green 62 ◦ blue 73

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

Shades of Liver #533E49

Tints of Liver #533E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.44%

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

R = 38.07%
G = 28.44%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#533E49 (or 0x533E49) is known color: Liver. HEX triplet: 53, 3E and 49. RGB value is (83,62,73). Sum of RGB (Red+Green+Blue) = 83+62+73=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E49 is #ACC1B6. Grayscale: #454545. Windows color (decimal): -11321783 or 4800083. OLE color: 4800083.

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

Color convert

RGB 83 62 73 -
CMYK 0 0.25 0.12 0.67
HSL 328.57º 0.14% 0.28% -
HSV(B) 328.57º 0.25% 0.33% -
XYZ 6.49 5.77 7.07 -
YUV 69.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 83 62 73 0 0.25 0.12 0.67 328.57 0.14 0.28
Hex 53 3E 49 0 19 C 43 149 E 1C
Octal 123 76 111 0 31 14 103 511 16 34
Binary 1010011 111110 1001001 0 11001 1100 1000011 101001001 1110 11100

Color Harmonies of #533E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E49

Black with #533E49

Text Example


Text Example

White with #533E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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