#553646

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

Shades of Tawny Port #553646

Tints of Tawny Port #553646

Color information

#553646 (or 0x553646) is unknown color: approx Tawny Port. HEX triplet: 55, 36 and 46. RGB value is (85,54,70). Sum of RGB (Red+Green+Blue) = 85+54+70=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553646 is #AAC9B9. Grayscale: #414141. Windows color (decimal): -11192762 or 4601429. OLE color: 4601429.

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

Color convert

RGB855470-
CMYK00.360.180.67
HSL329.03º22.3%27.25%-
HSV(B)329.03º36.47%33.33%-
XYZ6.175.016.44-
YUV65.09130.77142.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=40.67%
G=25.84%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85547000.360.180.67329.0322.327.25
Hex5536460241243149161b
Octal12566106044221035112633
Binary1010101110110100011001001001001010000111010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553646; }

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

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

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

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

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

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

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

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