Html Css Color HEX #553946 Tawny Port

📋 copy color: '#553946'

red 85 ◦ green 57 ◦ blue 70

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

Shades of Tawny Port #553946

Tints of Tawny Port #553946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 40.09%
G = 26.89%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553946 (or 0x553946) is known color: Tawny Port. HEX triplet: 55, 39 and 46. RGB value is (85,57,70). Sum of RGB (Red+Green+Blue) = 85+57+70=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553946 is #AAC6B9. Grayscale: #424242. Windows color (decimal): -11191994 or 4602197. OLE color: 4602197.

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

Color convert

RGB 85 57 70 -
CMYK 0 0.33 0.18 0.67
HSL 332.14º 0.2% 0.28% -
HSV(B) 332.14º 0.33% 0.33% -
XYZ 6.31 5.3 6.48 -
YUV 66.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 85 57 70 0 0.33 0.18 0.67 332.14 0.2 0.28
Hex 55 39 46 0 21 12 43 14C 14 1C
Octal 125 71 106 0 41 22 103 514 24 34
Binary 1010101 111001 1000110 0 100001 10010 1000011 101001100 10100 11100

Color Harmonies of #553946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553946

Black with #553946

Text Example


Text Example

White with #553946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553946; }

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

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

background-color css

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

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

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

border-color css

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

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

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