#553B42

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

Shades of Tawny Port #553B42

Tints of Tawny Port #553B42

Color information

#553B42 (or 0x553B42) is unknown color: approx Tawny Port. HEX triplet: 55, 3B and 42. RGB value is (85,59,66). Sum of RGB (Red+Green+Blue) = 85+59+66=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B42 is #AAC4BD. Grayscale: #434343. Windows color (decimal): -11191486 or 4340565. OLE color: 4340565.

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

Color convert

RGB855966-
CMYK00.310.220.67
HSL343.85º18.06%28.24%-
HSV(B)343.85º30.59%33.33%-
XYZ6.295.455.87-
YUV67.57127.11140.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=40.48%
G=28.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85596600.310.220.67343.8518.0628.24
Hex553B4201F1643158121c
Octal12573102037261035302234
Binary101010111101110000100111111011010000111010110001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,66); }

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

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

 a { background-color: rgb(85,59,66); }

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

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

 span { border-color: rgb(85,59,66); }

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