Html Css Color HEX #554047 Tawny Port

📋 copy color: '#554047'

red 85 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #554047

Tints of Tawny Port #554047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 38.64%
G = 29.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554047 (or 0x554047) is known color: Tawny Port. HEX triplet: 55, 40 and 47. RGB value is (85,64,71). Sum of RGB (Red+Green+Blue) = 85+64+71=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554047 is #AABFB8. Grayscale: #474747. Windows color (decimal): -11190201 or 4669525. OLE color: 4669525.

HSL color Cylindrical-coordinate representation of color #554047: hue angle of 340º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554047 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 71 -
CMYK 0 0.25 0.16 0.67
HSL 340º 0.14% 0.29% -
HSV(B) 340º 0.25% 0.33% -
XYZ 6.72 6.05 6.78 -
YUV 71.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 85 64 71 0 0.25 0.16 0.67 340 0.14 0.29
Hex 55 40 47 0 19 10 43 154 E 1D
Octal 125 100 107 0 31 20 103 524 16 35
Binary 1010101 1000000 1000111 0 11001 10000 1000011 101010100 1110 11101

Color Harmonies of #554047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554047

Black with #554047

Text Example


Text Example

White with #554047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554047; }

 p { color: rgb(85,64,71); }

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

background-color css

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

 a { background-color: rgb(85,64,71); }

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

border-color css

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

 span { border-color: rgb(85,64,71); }

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