#553746

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

Shades of Tawny Port #553746

Tints of Tawny Port #553746

Color information

#553746 (or 0x553746) is unknown color: approx Tawny Port. HEX triplet: 55, 37 and 46. RGB value is (85,55,70). Sum of RGB (Red+Green+Blue) = 85+55+70=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553746 is #AAC8B9. Grayscale: #414141. Windows color (decimal): -11192506 or 4601685. OLE color: 4601685.

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

Color convert

RGB855570-
CMYK00.350.180.67
HSL330º21.43%27.45%-
HSV(B)330º35.29%33.33%-
XYZ6.225.116.45-
YUV65.68130.44141.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=40.48%
G=26.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85557000.350.180.6733021.4327.45
Hex553746023124314a151b
Octal12567106043221035122533
Binary1010101110111100011001000111001010000111010010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553746; }

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

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

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

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

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

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

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

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