#553A46

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

Shades of Tawny Port #553A46

Tints of Tawny Port #553A46

Color information

#553A46 (or 0x553A46) is unknown color: approx Tawny Port. HEX triplet: 55, 3A and 46. RGB value is (85,58,70). Sum of RGB (Red+Green+Blue) = 85+58+70=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A46 is #AAC5B9. Grayscale: #434343. Windows color (decimal): -11191738 or 4602453. OLE color: 4602453.

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

Color convert

RGB855870-
CMYK00.320.180.67
HSL333.33º18.88%28.04%-
HSV(B)333.33º31.76%33.33%-
XYZ6.365.46.5-
YUV67.44129.45140.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=39.91%
G=27.23%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587000.320.180.67333.3318.8828.04
Hex553A46020124314d131c
Octal12572106040221035152334
Binary1010101111010100011001000001001010000111010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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