Html Css Color HEX #533A47 Liver

📋 copy color: '#533A47'

red 83 ◦ green 58 ◦ blue 71

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

Shades of Liver #533A47

Tints of Liver #533A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 39.15%
G = 27.36%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#533A47 (or 0x533A47) is known color: Liver. HEX triplet: 53, 3A and 47. RGB value is (83,58,71). Sum of RGB (Red+Green+Blue) = 83+58+71=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A47 is #ACC5B8. Grayscale: #424242. Windows color (decimal): -11322809 or 4667987. OLE color: 4667987.

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

Color convert

RGB 83 58 71 -
CMYK 0 0.30 0.14 0.67
HSL 328.8º 0.18% 0.28% -
HSV(B) 328.8º 0.3% 0.33% -
XYZ 6.22 5.32 6.66 -
YUV 66.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 83 58 71 0 0.30 0.14 0.67 328.8 0.18 0.28
Hex 53 3A 47 0 1E E 43 149 12 1C
Octal 123 72 107 0 36 16 103 511 22 34
Binary 1010011 111010 1000111 0 11110 1110 1000011 101001001 10010 11100

Color Harmonies of #533A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A47

Black with #533A47

Text Example


Text Example

White with #533A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,71); }

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

background-color css

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

 a { background-color: rgb(83,58,71); }

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

border-color css

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

 span { border-color: rgb(83,58,71); }

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