Html Css Color HEX #553846 Tawny Port

📋 copy color: '#553846'

red 85 ◦ green 56 ◦ blue 70

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

Shades of Tawny Port #553846

Tints of Tawny Port #553846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 40.28%
G = 26.54%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553846 (or 0x553846) is known color: Tawny Port. HEX triplet: 55, 38 and 46. RGB value is (85,56,70). Sum of RGB (Red+Green+Blue) = 85+56+70=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553846 is #AAC7B9. Grayscale: #424242. Windows color (decimal): -11192250 or 4601941. OLE color: 4601941.

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

Color convert

RGB 85 56 70 -
CMYK 0 0.34 0.18 0.67
HSL 331.03º 0.21% 0.28% -
HSV(B) 331.03º 0.34% 0.33% -
XYZ 6.27 5.2 6.47 -
YUV 66.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 85 56 70 0 0.34 0.18 0.67 331.03 0.21 0.28
Hex 55 38 46 0 22 12 43 14B 15 1C
Octal 125 70 106 0 42 22 103 513 25 34
Binary 1010101 111000 1000110 0 100010 10010 1000011 101001011 10101 11100

Color Harmonies of #553846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553846

Black with #553846

Text Example


Text Example

White with #553846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553846; }

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

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

background-color css

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

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

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

border-color css

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

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

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