Html Css Color HEX #553748 Liver

📋 copy color: '#553748'

red 85 ◦ green 55 ◦ blue 72

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

Shades of Liver #553748

Tints of Liver #553748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 40.09%
G = 25.94%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553748 (or 0x553748) is known color: Liver. HEX triplet: 55, 37 and 48. RGB value is (85,55,72). Sum of RGB (Red+Green+Blue) = 85+55+72=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553748 is #AAC8B7. Grayscale: #414141. Windows color (decimal): -11192504 or 4732757. OLE color: 4732757.

HSL color Cylindrical-coordinate representation of color #553748: hue angle of 326º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553748 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 72 -
CMYK 0 0.35 0.15 0.67
HSL 326º 0.21% 0.27% -
HSV(B) 326º 0.35% 0.33% -
XYZ 6.28 5.13 6.79 -
YUV 65.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 85 55 72 0 0.35 0.15 0.67 326 0.21 0.27
Hex 55 37 48 0 23 F 43 146 15 1B
Octal 125 67 110 0 43 17 103 506 25 33
Binary 1010101 110111 1001000 0 100011 1111 1000011 101000110 10101 11011

Color Harmonies of #553748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553748

Black with #553748

Text Example


Text Example

White with #553748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553748; }

 p { color: rgb(85,55,72); }

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

background-color css

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

 a { background-color: rgb(85,55,72); }

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

border-color css

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

 span { border-color: rgb(85,55,72); }

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