#554248

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

Shades of Tawny Port #554248

Tints of Tawny Port #554248

Color information

#554248 (or 0x554248) is unknown color: approx Tawny Port. HEX triplet: 55, 42 and 48. RGB value is (85,66,72). Sum of RGB (Red+Green+Blue) = 85+66+72=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554248 is #AABDB7. Grayscale: #484848. Windows color (decimal): -11189688 or 4735573. OLE color: 4735573.

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

Color convert

RGB856672-
CMYK00.220.150.67
HSL341.05º12.58%29.61%-
HSV(B)341.05º22.35%33.33%-
XYZ6.866.36.98-
YUV72.36127.79137.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=38.12%
G=29.60%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85667200.220.150.67341.0512.5829.61
Hex554248016F43155d1e
Octal125102110026171035251536
Binary10101011000010100100001011011111000011101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554248; }

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

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

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

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

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

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

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

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