Html Css Color HEX #554349 Liver

📋 copy color: '#554349'

red 85 ◦ green 67 ◦ blue 73

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

Shades of Liver #554349

Tints of Liver #554349

RGB

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

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

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

R = 37.78%
G = 29.78%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#554349 (or 0x554349) is known color: Liver. HEX triplet: 55, 43 and 49. RGB value is (85,67,73). Sum of RGB (Red+Green+Blue) = 85+67+73=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554349 is #AABCB6. Grayscale: #494949. Windows color (decimal): -11189431 or 4801365. OLE color: 4801365.

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

Color convert

RGB 85 67 73 -
CMYK 0 0.21 0.14 0.67
HSL 340º 0.12% 0.3% -
HSV(B) 340º 0.21% 0.33% -
XYZ 6.96 6.43 7.18 -
YUV 73.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 85 67 73 0 0.21 0.14 0.67 340 0.12 0.3
Hex 55 43 49 0 15 E 43 154 C 1E
Octal 125 103 111 0 25 16 103 524 14 36
Binary 1010101 1000011 1001001 0 10101 1110 1000011 101010100 1100 11110

Color Harmonies of #554349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554349

Black with #554349

Text Example


Text Example

White with #554349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554349; }

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

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

background-color css

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

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

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

border-color css

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

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

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