Html Css Color HEX #533B48 Liver

📋 copy color: '#533B48'

red 83 ◦ green 59 ◦ blue 72

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

Shades of Liver #533B48

Tints of Liver #533B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.57%

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

R = 38.79%
G = 27.57%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533B48 (or 0x533B48) is known color: Liver. HEX triplet: 53, 3B and 48. RGB value is (83,59,72). Sum of RGB (Red+Green+Blue) = 83+59+72=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B48 is #ACC4B7. Grayscale: #434343. Windows color (decimal): -11322552 or 4733779. OLE color: 4733779.

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

Color convert

RGB 83 59 72 -
CMYK 0 0.29 0.13 0.67
HSL 327.5º 0.17% 0.28% -
HSV(B) 327.5º 0.29% 0.33% -
XYZ 6.3 5.43 6.85 -
YUV 67.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 83 59 72 0 0.29 0.13 0.67 327.5 0.17 0.28
Hex 53 3B 48 0 1D D 43 148 11 1C
Octal 123 73 110 0 35 15 103 510 21 34
Binary 1010011 111011 1001000 0 11101 1101 1000011 101001000 10001 11100

Color Harmonies of #533B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B48

Black with #533B48

Text Example


Text Example

White with #533B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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