#553941

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

Shades of Tawny Port #553941

Tints of Tawny Port #553941

Color information

#553941 (or 0x553941) is unknown color: approx Tawny Port. HEX triplet: 55, 39 and 41. RGB value is (85,57,65). Sum of RGB (Red+Green+Blue) = 85+57+65=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553941 is #AAC6BE. Grayscale: #424242. Windows color (decimal): -11191999 or 4274517. OLE color: 4274517.

HSL color Cylindrical-coordinate representation of color #553941: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553941 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB855765-
CMYK00.330.240.67
HSL342.86º19.72%27.84%-
HSV(B)342.86º32.94%33.33%-
XYZ6.165.245.69-
YUV66.28127.28141.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=41.06%
G=27.54%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85576500.330.240.67342.8619.7227.84
Hex5539410211843157141c
Octal12571101041301035272434
Binary1010101111001100000101000011100010000111010101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553941; }

 p { color: rgb(85,57,65); }

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

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

 a { background-color: rgb(85,57,65); }

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

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

 span { border-color: rgb(85,57,65); }

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