#553642

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

Shades of Tawny Port #553642

Tints of Tawny Port #553642

Color information

#553642 (or 0x553642) is unknown color: approx Tawny Port. HEX triplet: 55, 36 and 42. RGB value is (85,54,66). Sum of RGB (Red+Green+Blue) = 85+54+66=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553642 is #AAC9BD. Grayscale: #404040. Windows color (decimal): -11192766 or 4339285. OLE color: 4339285.

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

Color convert

RGB855466-
CMYK00.360.220.67
HSL336.77º22.3%27.25%-
HSV(B)336.77º36.47%33.33%-
XYZ6.054.965.79-
YUV64.64128.77142.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=41.46%
G=26.34%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85546600.360.220.67336.7722.327.25
Hex5536420241643151161b
Octal12566102044261035212633
Binary1010101110110100001001001001011010000111010100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553642; }

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

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

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

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

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

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

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

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