Html Css Color HEX #553541 Tawny Port

📋 copy color: '#553541'

red 85 ◦ green 53 ◦ blue 65

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

Shades of Tawny Port #553541

Tints of Tawny Port #553541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

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

R = 41.87%
G = 26.11%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#553541 (or 0x553541) is known color: Tawny Port. HEX triplet: 55, 35 and 41. RGB value is (85,53,65). Sum of RGB (Red+Green+Blue) = 85+53+65=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553541 is #AACABE. Grayscale: #3F3F3F. Windows color (decimal): -11193023 or 4273493. OLE color: 4273493.

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

Color convert

RGB 85 53 65 -
CMYK 0 0.38 0.24 0.67
HSL 337.5º 0.23% 0.27% -
HSV(B) 337.5º 0.38% 0.33% -
XYZ 5.97 4.86 5.62 -
YUV 63.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 85 53 65 0 0.38 0.24 0.67 337.5 0.23 0.27
Hex 55 35 41 0 26 18 43 152 17 1B
Octal 125 65 101 0 46 30 103 522 27 33
Binary 1010101 110101 1000001 0 100110 11000 1000011 101010010 10111 11011

Color Harmonies of #553541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553541

Black with #553541

Text Example


Text Example

White with #553541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553541; }

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

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

background-color css

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

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

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

border-color css

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

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

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