#553745

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

Shades of Tawny Port #553745

Tints of Tawny Port #553745

Color information

#553745 (or 0x553745) is unknown color: approx Tawny Port. HEX triplet: 55, 37 and 45. RGB value is (85,55,69). Sum of RGB (Red+Green+Blue) = 85+55+69=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553745 is #AAC8BA. Grayscale: #414141. Windows color (decimal): -11192507 or 4536149. OLE color: 4536149.

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

Color convert

RGB855569-
CMYK00.350.190.67
HSL332º21.43%27.45%-
HSV(B)332º35.29%33.33%-
XYZ6.195.096.29-
YUV65.57129.94141.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=40.67%
G=26.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85556900.350.190.6733221.4327.45
Hex553745023134314c151b
Octal12567105043231035142533
Binary1010101110111100010101000111001110000111010011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553745; }

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

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

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

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

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

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

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

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