Html Css Color HEX #553741 Tawny Port

📋 copy color: '#553741'

red 85 ◦ green 55 ◦ blue 65

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

Shades of Tawny Port #553741

Tints of Tawny Port #553741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 41.46%
G = 26.83%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#553741 (or 0x553741) is known color: Tawny Port. HEX triplet: 55, 37 and 41. RGB value is (85,55,65). Sum of RGB (Red+Green+Blue) = 85+55+65=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553741 is #AAC8BE. Grayscale: #414141. Windows color (decimal): -11192511 or 4274005. OLE color: 4274005.

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

Color convert

RGB 85 55 65 -
CMYK 0 0.35 0.24 0.67
HSL 340º 0.21% 0.27% -
HSV(B) 340º 0.35% 0.33% -
XYZ 6.07 5.05 5.66 -
YUV 65.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 85 55 65 0 0.35 0.24 0.67 340 0.21 0.27
Hex 55 37 41 0 23 18 43 154 15 1B
Octal 125 67 101 0 43 30 103 524 25 33
Binary 1010101 110111 1000001 0 100011 11000 1000011 101010100 10101 11011

Color Harmonies of #553741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553741

Black with #553741

Text Example


Text Example

White with #553741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553741; }

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

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

background-color css

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

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

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

border-color css

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

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

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