Html Css Color HEX #533F47 Liver

📋 copy color: '#533F47'

red 83 ◦ green 63 ◦ blue 71

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

Shades of Liver #533F47

Tints of Liver #533F47

RGB

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

 GREEN value IS 63 (25% from 255) = 29.03%

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

R = 38.25%
G = 29.03%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#533F47 (or 0x533F47) is known color: Liver. HEX triplet: 53, 3F and 47. RGB value is (83,63,71). Sum of RGB (Red+Green+Blue) = 83+63+71=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F47 is #ACC0B8. Grayscale: #454545. Windows color (decimal): -11321529 or 4669267. OLE color: 4669267.

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

Color convert

RGB 83 63 71 -
CMYK 0 0.24 0.14 0.67
HSL 336º 0.14% 0.29% -
HSV(B) 336º 0.24% 0.33% -
XYZ 6.48 5.85 6.75 -
YUV 69.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 83 63 71 0 0.24 0.14 0.67 336 0.14 0.29
Hex 53 3F 47 0 18 E 43 150 E 1D
Octal 123 77 107 0 30 16 103 520 16 35
Binary 1010011 111111 1000111 0 11000 1110 1000011 101010000 1110 11101

Color Harmonies of #533F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F47

Black with #533F47

Text Example


Text Example

White with #533F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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