#553A41

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

Shades of Tawny Port #553A41

Tints of Tawny Port #553A41

Color information

#553A41 (or 0x553A41) is unknown color: approx Tawny Port. HEX triplet: 55, 3A and 41. RGB value is (85,58,65). Sum of RGB (Red+Green+Blue) = 85+58+65=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A41 is #AAC5BE. Grayscale: #424242. Windows color (decimal): -11191743 or 4274773. OLE color: 4274773.

HSL color Cylindrical-coordinate representation of color #553A41: hue angle of 344.44º 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 #553A41 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB855865-
CMYK00.320.240.67
HSL344.44º18.88%28.04%-
HSV(B)344.44º31.76%33.33%-
XYZ6.215.345.7-
YUV66.87126.95140.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=40.87%
G=27.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85586500.320.240.67344.4418.8828.04
Hex553A410201843158131c
Octal12572101040301035302334
Binary1010101111010100000101000001100010000111010110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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