Html Css Color HEX #533E48 Liver

📋 copy color: '#533E48'

red 83 ◦ green 62 ◦ blue 72

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

Shades of Liver #533E48

Tints of Liver #533E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 38.25%
G = 28.57%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533E48 (or 0x533E48) is known color: Liver. HEX triplet: 53, 3E and 48. RGB value is (83,62,72). Sum of RGB (Red+Green+Blue) = 83+62+72=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E48 is #ACC1B7. Grayscale: #454545. Windows color (decimal): -11321784 or 4734547. OLE color: 4734547.

HSL color Cylindrical-coordinate representation of color #533E48: hue angle of 331.43º 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 #533E48 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 72 -
CMYK 0 0.25 0.13 0.67
HSL 331.43º 0.14% 0.28% -
HSV(B) 331.43º 0.25% 0.33% -
XYZ 6.46 5.75 6.9 -
YUV 69.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 83 62 72 0 0.25 0.13 0.67 331.43 0.14 0.28
Hex 53 3E 48 0 19 D 43 14B E 1C
Octal 123 76 110 0 31 15 103 513 16 34
Binary 1010011 111110 1001000 0 11001 1101 1000011 101001011 1110 11100

Color Harmonies of #533E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E48

Black with #533E48

Text Example


Text Example

White with #533E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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