#554047

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

Shades of Tawny Port #554047

Tints of Tawny Port #554047

Color information

#554047 (or 0x554047) is unknown color: approx Tawny Port. HEX triplet: 55, 40 and 47. RGB value is (85,64,71). Sum of RGB (Red+Green+Blue) = 85+64+71=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554047 is #AABFB8. Grayscale: #474747. Windows color (decimal): -11190201 or 4669525. OLE color: 4669525.

HSL color Cylindrical-coordinate representation of color #554047: hue angle of 340º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554047 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB856471-
CMYK00.250.160.67
HSL340º14.09%29.22%-
HSV(B)340º24.71%33.33%-
XYZ6.726.056.78-
YUV71.08127.96137.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=38.64%
G=29.09%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647100.250.160.6734014.0929.22
Hex5540470191043154e1d
Octal125100107031201035241635
Binary101010110000001000111011001100001000011101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554047; }

 p { color: rgb(85,64,71); }

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

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

 a { background-color: rgb(85,64,71); }

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

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

 span { border-color: rgb(85,64,71); }

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