#553845

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

Shades of Tawny Port #553845

Tints of Tawny Port #553845

Color information

#553845 (or 0x553845) is unknown color: approx Tawny Port. HEX triplet: 55, 38 and 45. RGB value is (85,56,69). Sum of RGB (Red+Green+Blue) = 85+56+69=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553845 is #AAC7BA. Grayscale: #424242. Windows color (decimal): -11192251 or 4536405. OLE color: 4536405.

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

Color convert

RGB855669-
CMYK00.340.190.67
HSL333.1º20.57%27.65%-
HSV(B)333.1º34.12%33.33%-
XYZ6.235.196.3-
YUV66.15129.61141.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=40.48%
G=26.67%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85566900.340.190.67333.120.5727.65
Hex553845022134314d151c
Octal12570105042231035152534
Binary1010101111000100010101000101001110000111010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553845; }

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

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

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

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

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

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

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

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