Html Css Color HEX #553744 Tawny Port

📋 copy color: '#553744'

red 85 ◦ green 55 ◦ blue 68

#553744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #553744

Tints of Tawny Port #553744

RGB

 RED value IS 85 (33.59% from 255) = 40.87%

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 40.87%
G = 26.44%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#553744 (or 0x553744) is known color: Tawny Port. HEX triplet: 55, 37 and 44. RGB value is (85,55,68). Sum of RGB (Red+Green+Blue) = 85+55+68=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553744 is #AAC8BB. Grayscale: #414141. Windows color (decimal): -11192508 or 4470613. OLE color: 4470613.

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

Color convert

RGB 85 55 68 -
CMYK 0 0.35 0.20 0.67
HSL 334º 0.21% 0.27% -
HSV(B) 334º 0.35% 0.33% -
XYZ 6.16 5.08 6.13 -
YUV 65.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 85 55 68 0 0.35 0.20 0.67 334 0.21 0.27
Hex 55 37 44 0 23 14 43 14E 15 1B
Octal 125 67 104 0 43 24 103 516 25 33
Binary 1010101 110111 1000100 0 100011 10100 1000011 101001110 10101 11011

Color Harmonies of #553744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553744

Black with #553744

Text Example


Text Example

White with #553744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553744; }

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

 H1.HeaderClassName
 {
   color: #553744;
 }
 .AnyTagClassName
 {
   color: #553744;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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