#553B46

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

Shades of Tawny Port #553B46

Tints of Tawny Port #553B46

Color information

#553B46 (or 0x553B46) is unknown color: approx Tawny Port. HEX triplet: 55, 3B and 46. RGB value is (85,59,70). Sum of RGB (Red+Green+Blue) = 85+59+70=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B46 is #AAC4B9. Grayscale: #444444. Windows color (decimal): -11191482 or 4602709. OLE color: 4602709.

HSL color Cylindrical-coordinate representation of color #553B46: hue angle of 334.62º 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 #553B46 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB855970-
CMYK00.310.180.67
HSL334.62º18.06%28.24%-
HSV(B)334.62º30.59%33.33%-
XYZ6.425.56.52-
YUV68.03129.11140.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=39.72%
G=27.57%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85597000.310.180.67334.6218.0628.24
Hex553B4601F124314f121c
Octal12573106037221035172234
Binary101010111101110001100111111001010000111010011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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