#553945

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

Shades of Tawny Port #553945

Tints of Tawny Port #553945

Color information

#553945 (or 0x553945) is unknown color: approx Tawny Port. HEX triplet: 55, 39 and 45. RGB value is (85,57,69). Sum of RGB (Red+Green+Blue) = 85+57+69=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553945 is #AAC6BA. Grayscale: #424242. Windows color (decimal): -11191995 or 4536661. OLE color: 4536661.

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

Color convert

RGB855769-
CMYK00.330.190.67
HSL334.29º19.72%27.84%-
HSV(B)334.29º32.94%33.33%-
XYZ6.285.296.32-
YUV66.74129.28141.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=40.28%
G=27.01%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85576900.330.190.67334.2919.7227.84
Hex553945021134314e141c
Octal12571105041231035162434
Binary1010101111001100010101000011001110000111010011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553945; }

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

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

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

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

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

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

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

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