#553542

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

Shades of Tawny Port #553542

Tints of Tawny Port #553542

Color information

#553542 (or 0x553542) is unknown color: approx Tawny Port. HEX triplet: 55, 35 and 42. RGB value is (85,53,66). Sum of RGB (Red+Green+Blue) = 85+53+66=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553542 is #AACABD. Grayscale: #404040. Windows color (decimal): -11193022 or 4339029. OLE color: 4339029.

HSL color Cylindrical-coordinate representation of color #553542: hue angle of 335.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553542 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB855366-
CMYK00.380.220.67
HSL335.62º23.19%27.06%-
HSV(B)335.62º37.65%33.33%-
XYZ64.875.78-
YUV64.05129.1142.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=41.67%
G=25.98%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85536600.380.220.67335.6223.1927.06
Hex5535420261643150171b
Octal12565102046261035202733
Binary1010101110101100001001001101011010000111010100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553542; }

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

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

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

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

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

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

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

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