Html Css Color HEX #534349 Liver

📋 copy color: '#534349'

red 83 ◦ green 67 ◦ blue 73

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

Shades of Liver #534349

Tints of Liver #534349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 37.22%
G = 30.04%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534349 (or 0x534349) is known color: Liver. HEX triplet: 53, 43 and 49. RGB value is (83,67,73). Sum of RGB (Red+Green+Blue) = 83+67+73=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534349 is #ACBCB6. Grayscale: #484848. Windows color (decimal): -11320503 or 4801363. OLE color: 4801363.

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

Color convert

RGB 83 67 73 -
CMYK 0 0.19 0.12 0.67
HSL 337.5º 0.11% 0.29% -
HSV(B) 337.5º 0.19% 0.33% -
XYZ 6.78 6.33 7.17 -
YUV 72.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 83 67 73 0 0.19 0.12 0.67 337.5 0.11 0.29
Hex 53 43 49 0 13 C 43 152 B 1D
Octal 123 103 111 0 23 14 103 522 13 35
Binary 1010011 1000011 1001001 0 10011 1100 1000011 101010010 1011 11101

Color Harmonies of #534349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534349

Black with #534349

Text Example


Text Example

White with #534349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534349; }

 p { color: rgb(83,67,73); }

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

background-color css

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

 a { background-color: rgb(83,67,73); }

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

border-color css

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

 span { border-color: rgb(83,67,73); }

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