Html Css Color HEX #553D49 Liver

📋 copy color: '#553D49'

red 85 ◦ green 61 ◦ blue 73

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

Shades of Liver #553D49

Tints of Liver #553D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 38.81%
G = 27.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#553D49 (or 0x553D49) is known color: Liver. HEX triplet: 55, 3D and 49. RGB value is (85,61,73). Sum of RGB (Red+Green+Blue) = 85+61+73=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D49 is #AAC2B6. Grayscale: #454545. Windows color (decimal): -11190967 or 4799829. OLE color: 4799829.

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

Color convert

RGB 85 61 73 -
CMYK 0 0.28 0.14 0.67
HSL 330º 0.16% 0.29% -
HSV(B) 330º 0.28% 0.33% -
XYZ 6.62 5.75 7.06 -
YUV 69.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 85 61 73 0 0.28 0.14 0.67 330 0.16 0.29
Hex 55 3D 49 0 1C E 43 14A 10 1D
Octal 125 75 111 0 34 16 103 512 20 35
Binary 1010101 111101 1001001 0 11100 1110 1000011 101001010 10000 11101

Color Harmonies of #553D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D49

Black with #553D49

Text Example


Text Example

White with #553D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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