Html Css Color HEX #553A49 Liver

📋 copy color: '#553A49'

red 85 ◦ green 58 ◦ blue 73

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

Shades of Liver #553A49

Tints of Liver #553A49

RGB

 RED value IS 85 (33.59% from 255) = 39.35%

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

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

R = 39.35%
G = 26.85%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#553A49 (or 0x553A49) is known color: Liver. HEX triplet: 55, 3A and 49. RGB value is (85,58,73). Sum of RGB (Red+Green+Blue) = 85+58+73=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A49 is #AAC5B6. Grayscale: #434343. Windows color (decimal): -11191735 or 4799061. OLE color: 4799061.

HSL color Cylindrical-coordinate representation of color #553A49: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A49 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 73 -
CMYK 0 0.32 0.14 0.67
HSL 326.67º 0.19% 0.28% -
HSV(B) 326.67º 0.32% 0.33% -
XYZ 6.46 5.44 7.01 -
YUV 67.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 85 58 73 0 0.32 0.14 0.67 326.67 0.19 0.28
Hex 55 3A 49 0 20 E 43 147 13 1C
Octal 125 72 111 0 40 16 103 507 23 34
Binary 1010101 111010 1001001 0 100000 1110 1000011 101000111 10011 11100

Color Harmonies of #553A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A49

Black with #553A49

Text Example


Text Example

White with #553A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A49; }

 p { color: rgb(85,58,73); }

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

background-color css

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

 a { background-color: rgb(85,58,73); }

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

border-color css

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

 span { border-color: rgb(85,58,73); }

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