Html Css Color HEX #553746 Tawny Port

📋 copy color: '#553746'

red 85 ◦ green 55 ◦ blue 70

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

Shades of Tawny Port #553746

Tints of Tawny Port #553746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 40.48%
G = 26.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553746 (or 0x553746) is known color: Tawny Port. HEX triplet: 55, 37 and 46. RGB value is (85,55,70). Sum of RGB (Red+Green+Blue) = 85+55+70=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553746 is #AAC8B9. Grayscale: #414141. Windows color (decimal): -11192506 or 4601685. OLE color: 4601685.

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

Color convert

RGB 85 55 70 -
CMYK 0 0.35 0.18 0.67
HSL 330º 0.21% 0.27% -
HSV(B) 330º 0.35% 0.33% -
XYZ 6.22 5.11 6.45 -
YUV 65.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 85 55 70 0 0.35 0.18 0.67 330 0.21 0.27
Hex 55 37 46 0 23 12 43 14A 15 1B
Octal 125 67 106 0 43 22 103 512 25 33
Binary 1010101 110111 1000110 0 100011 10010 1000011 101001010 10101 11011

Color Harmonies of #553746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553746

Black with #553746

Text Example


Text Example

White with #553746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553746; }

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

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

background-color css

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

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

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

border-color css

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

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

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