#553A44

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

Shades of Tawny Port #553A44

Tints of Tawny Port #553A44

Color information

#553A44 (or 0x553A44) is unknown color: approx Tawny Port. HEX triplet: 55, 3A and 44. RGB value is (85,58,68). Sum of RGB (Red+Green+Blue) = 85+58+68=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A44 is #AAC5BB. Grayscale: #434343. Windows color (decimal): -11191740 or 4471381. OLE color: 4471381.

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

Color convert

RGB855868-
CMYK00.320.200.67
HSL337.78º18.88%28.04%-
HSV(B)337.78º31.76%33.33%-
XYZ6.35.376.17-
YUV67.21128.45140.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=40.28%
G=27.49%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85586800.320.200.67337.7818.8828.04
Hex553A440201443152131c
Octal12572104040241035222334
Binary1010101111010100010001000001010010000111010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A44; }

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

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

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

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

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

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

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

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