Html Css Color HEX #533A46 Liver

📋 copy color: '#533A46'

red 83 ◦ green 58 ◦ blue 70

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

Shades of Liver #533A46

Tints of Liver #533A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 39.34%
G = 27.49%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#533A46 (or 0x533A46) is known color: Liver. HEX triplet: 53, 3A and 46. RGB value is (83,58,70). Sum of RGB (Red+Green+Blue) = 83+58+70=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A46 is #ACC5B9. Grayscale: #424242. Windows color (decimal): -11322810 or 4602451. OLE color: 4602451.

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

Color convert

RGB 83 58 70 -
CMYK 0 0.30 0.16 0.67
HSL 331.2º 0.18% 0.28% -
HSV(B) 331.2º 0.3% 0.33% -
XYZ 6.19 5.31 6.49 -
YUV 66.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 83 58 70 0 0.30 0.16 0.67 331.2 0.18 0.28
Hex 53 3A 46 0 1E 10 43 14B 12 1C
Octal 123 72 106 0 36 20 103 513 22 34
Binary 1010011 111010 1000110 0 11110 10000 1000011 101001011 10010 11100

Color Harmonies of #533A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A46

Black with #533A46

Text Example


Text Example

White with #533A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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