Html Css Color HEX #554248 Tawny Port

📋 copy color: '#554248'

red 85 ◦ green 66 ◦ blue 72

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

Shades of Tawny Port #554248

Tints of Tawny Port #554248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 38.12%
G = 29.6%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#554248 (or 0x554248) is known color: Tawny Port. HEX triplet: 55, 42 and 48. RGB value is (85,66,72). Sum of RGB (Red+Green+Blue) = 85+66+72=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554248 is #AABDB7. Grayscale: #484848. Windows color (decimal): -11189688 or 4735573. OLE color: 4735573.

HSL color Cylindrical-coordinate representation of color #554248: hue angle of 341.05º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554248 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 72 -
CMYK 0 0.22 0.15 0.67
HSL 341.05º 0.13% 0.3% -
HSV(B) 341.05º 0.22% 0.33% -
XYZ 6.86 6.3 6.98 -
YUV 72.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 85 66 72 0 0.22 0.15 0.67 341.05 0.13 0.3
Hex 55 42 48 0 16 F 43 155 D 1E
Octal 125 102 110 0 26 17 103 525 15 36
Binary 1010101 1000010 1001000 0 10110 1111 1000011 101010101 1101 11110

Color Harmonies of #554248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554248

Black with #554248

Text Example


Text Example

White with #554248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554248; }

 p { color: rgb(85,66,72); }

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

background-color css

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

 a { background-color: rgb(85,66,72); }

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

border-color css

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

 span { border-color: rgb(85,66,72); }

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