#554148

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

Shades of Tawny Port #554148

Tints of Tawny Port #554148

Color information

#554148 (or 0x554148) is unknown color: approx Tawny Port. HEX triplet: 55, 41 and 48. RGB value is (85,65,72). Sum of RGB (Red+Green+Blue) = 85+65+72=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554148 is #AABEB7. Grayscale: #474747. Windows color (decimal): -11189944 or 4735317. OLE color: 4735317.

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

Color convert

RGB856572-
CMYK00.240.150.67
HSL339º13.33%29.41%-
HSV(B)339º23.53%33.33%-
XYZ6.816.186.96-
YUV71.78128.13137.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=38.29%
G=29.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85657200.240.150.6733913.3329.41
Hex554148018F43153d1d
Octal125101110030171035231535
Binary10101011000001100100001100011111000011101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554148; }

 p { color: rgb(85,65,72); }

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

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

 a { background-color: rgb(85,65,72); }

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

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

 span { border-color: rgb(85,65,72); }

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