Html Css Color HEX #553847 Liver

📋 copy color: '#553847'

red 85 ◦ green 56 ◦ blue 71

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

Shades of Liver #553847

Tints of Liver #553847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 40.09%
G = 26.42%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#553847 (or 0x553847) is known color: Liver. HEX triplet: 55, 38 and 47. RGB value is (85,56,71). Sum of RGB (Red+Green+Blue) = 85+56+71=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553847 is #AAC7B8. Grayscale: #424242. Windows color (decimal): -11192249 or 4667477. OLE color: 4667477.

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

Color convert

RGB 85 56 71 -
CMYK 0 0.34 0.16 0.67
HSL 328.97º 0.21% 0.28% -
HSV(B) 328.97º 0.34% 0.33% -
XYZ 6.3 5.21 6.64 -
YUV 66.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 85 56 71 0 0.34 0.16 0.67 328.97 0.21 0.28
Hex 55 38 47 0 22 10 43 149 15 1C
Octal 125 70 107 0 42 20 103 511 25 34
Binary 1010101 111000 1000111 0 100010 10000 1000011 101001001 10101 11100

Color Harmonies of #553847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553847

Black with #553847

Text Example


Text Example

White with #553847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553847; }

 p { color: rgb(85,56,71); }

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

background-color css

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

 a { background-color: rgb(85,56,71); }

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

border-color css

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

 span { border-color: rgb(85,56,71); }

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