#574148

Color #574148 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #574148

Tints of Tawny Port #574148

Color information

#574148 (or 0x574148) is unknown color: approx Tawny Port. HEX triplet: 57, 41 and 48. RGB value is (87,65,72). Sum of RGB (Red+Green+Blue) = 87+65+72=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574148 is #A8BEB7. Grayscale: #484848. Windows color (decimal): -11058872 or 4735319. OLE color: 4735319.

HSL color Cylindrical-coordinate representation of color #574148: hue angle of 340.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574148 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB876572-
CMYK00.250.170.66
HSL340.91º14.47%29.8%-
HSV(B)340.91º25.29%34.12%-
XYZ6.996.276.97-
YUV72.38127.79138.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=38.84%
G=29.02%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87657200.250.170.66340.9114.4729.8
Hex5741480191142155e1e
Octal127101110031211025251636
Binary101011110000011001000011001100011000010101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574148; }

 p { color: rgb(87,65,72); }

 H1.HeaderClassName
 {
   color: #574148;
 }
 .AnyTagClassName
 {
   color: #574148;
 }
</style>
background-color css

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

 a { background-color: rgb(87,65,72); }

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

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

 span { border-color: rgb(87,65,72); }

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