#553744

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

Shades of Tawny Port #553744

Tints of Tawny Port #553744

Color information

#553744 (or 0x553744) is unknown color: approx Tawny Port. HEX triplet: 55, 37 and 44. RGB value is (85,55,68). Sum of RGB (Red+Green+Blue) = 85+55+68=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553744 is #AAC8BB. Grayscale: #414141. Windows color (decimal): -11192508 or 4470613. OLE color: 4470613.

HSL color Cylindrical-coordinate representation of color #553744: hue angle of 334º 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 #553744 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB855568-
CMYK00.350.200.67
HSL334º21.43%27.45%-
HSV(B)334º35.29%33.33%-
XYZ6.165.086.13-
YUV65.45129.44141.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=40.87%
G=26.44%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85556800.350.200.6733421.4327.45
Hex553744023144314e151b
Octal12567104043241035162533
Binary1010101110111100010001000111010010000111010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553744; }

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

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

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

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

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

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

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

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