#553B45

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

Shades of Tawny Port #553B45

Tints of Tawny Port #553B45

Color information

#553B45 (or 0x553B45) is unknown color: approx Tawny Port. HEX triplet: 55, 3B and 45. RGB value is (85,59,69). Sum of RGB (Red+Green+Blue) = 85+59+69=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B45 is #AAC4BA. Grayscale: #434343. Windows color (decimal): -11191483 or 4537173. OLE color: 4537173.

HSL color Cylindrical-coordinate representation of color #553B45: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B45 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB855969-
CMYK00.310.190.67
HSL336.92º18.06%28.24%-
HSV(B)336.92º30.59%33.33%-
XYZ6.385.496.35-
YUV67.91128.61140.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=39.91%
G=27.70%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85596900.310.190.67336.9218.0628.24
Hex553B4501F1343151121c
Octal12573105037231035212234
Binary101010111101110001010111111001110000111010100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B45; }

 p { color: rgb(85,59,69); }

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

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

 a { background-color: rgb(85,59,69); }

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

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

 span { border-color: rgb(85,59,69); }

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