Html Css Color HEX #533F48 Liver

📋 copy color: '#533F48'

red 83 ◦ green 63 ◦ blue 72

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

Shades of Liver #533F48

Tints of Liver #533F48

RGB

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

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

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

R = 38.07%
G = 28.9%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533F48 (or 0x533F48) is known color: Liver. HEX triplet: 53, 3F and 48. RGB value is (83,63,72). Sum of RGB (Red+Green+Blue) = 83+63+72=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F48 is #ACC0B7. Grayscale: #454545. Windows color (decimal): -11321528 or 4734803. OLE color: 4734803.

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

Color convert

RGB 83 63 72 -
CMYK 0 0.24 0.13 0.67
HSL 333º 0.14% 0.29% -
HSV(B) 333º 0.24% 0.33% -
XYZ 6.51 5.86 6.92 -
YUV 70.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 83 63 72 0 0.24 0.13 0.67 333 0.14 0.29
Hex 53 3F 48 0 18 D 43 14D E 1D
Octal 123 77 110 0 30 15 103 515 16 35
Binary 1010011 111111 1001000 0 11000 1101 1000011 101001101 1110 11101

Color Harmonies of #533F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F48

Black with #533F48

Text Example


Text Example

White with #533F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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