#553944

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

Shades of Tawny Port #553944

Tints of Tawny Port #553944

Color information

#553944 (or 0x553944) is unknown color: approx Tawny Port. HEX triplet: 55, 39 and 44. RGB value is (85,57,68). Sum of RGB (Red+Green+Blue) = 85+57+68=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553944 is #AAC6BB. Grayscale: #424242. Windows color (decimal): -11191996 or 4471125. OLE color: 4471125.

HSL color Cylindrical-coordinate representation of color #553944: hue angle of 336.43º 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 #553944 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB855768-
CMYK00.330.200.67
HSL336.43º19.72%27.84%-
HSV(B)336.43º32.94%33.33%-
XYZ6.255.276.16-
YUV66.63128.78141.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=40.48%
G=27.14%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85576800.330.200.67336.4319.7227.84
Hex5539440211443150141c
Octal12571104041241035202434
Binary1010101111001100010001000011010010000111010100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553944; }

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

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

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

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

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

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

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

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