Html Css Color HEX #553944 Tawny Port

📋 copy color: '#553944'

red 85 ◦ green 57 ◦ blue 68

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

Shades of Tawny Port #553944

Tints of Tawny Port #553944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 40.48%
G = 27.14%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#553944 (or 0x553944) is known color: Tawny Port. HEX triplet: 55, 39 and 44. RGB value is (85,57,68). Sum of RGB (Red+Green+Blue) = 85+57+68=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553944 is #AAC6BB. Grayscale: #424242. Windows color (decimal): -11191996 or 4471125. OLE color: 4471125.

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

Color convert

RGB 85 57 68 -
CMYK 0 0.33 0.20 0.67
HSL 336.43º 0.2% 0.28% -
HSV(B) 336.43º 0.33% 0.33% -
XYZ 6.25 5.27 6.16 -
YUV 66.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 85 57 68 0 0.33 0.20 0.67 336.43 0.2 0.28
Hex 55 39 44 0 21 14 43 150 14 1C
Octal 125 71 104 0 41 24 103 520 24 34
Binary 1010101 111001 1000100 0 100001 10100 1000011 101010000 10100 11100

Color Harmonies of #553944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553944

Black with #553944

Text Example


Text Example

White with #553944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553944; }

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

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

background-color css

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

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

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

border-color css

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

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

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