#553544

Color #553544 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #553544

Tints of Tawny Port #553544

Color information

#553544 (or 0x553544) is unknown color: approx Tawny Port. HEX triplet: 55, 35 and 44. RGB value is (85,53,68). Sum of RGB (Red+Green+Blue) = 85+53+68=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553544 is #AACABB. Grayscale: #404040. Windows color (decimal): -11193020 or 4470101. OLE color: 4470101.

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

Color convert

RGB855368-
CMYK00.380.200.67
HSL331.88º23.19%27.06%-
HSV(B)331.88º37.65%33.33%-
XYZ6.064.896.09-
YUV64.28130.1142.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=41.26%
G=25.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85536800.380.200.67331.8823.1927.06
Hex553544026144314c171b
Octal12565104046241035142733
Binary1010101110101100010001001101010010000111010011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553544; }

 p { color: rgb(85,53,68); }

 H1.HeaderClassName
 {
   color: #553544;
 }
 .AnyTagClassName
 {
   color: #553544;
 }
</style>
background-color css

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

 a { background-color: rgb(85,53,68); }

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

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

 span { border-color: rgb(85,53,68); }

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