#804E5D

Color #804E5D Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #804E5D

Tints of Cosmic #804E5D

Color information

#804E5D (or 0x804E5D) is unknown color: approx Cosmic. HEX triplet: 80, 4E and 5D. RGB value is (128,78,93). Sum of RGB (Red+Green+Blue) = 128+78+93=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #804E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E5D is #7FB1A2. Grayscale: #5E5E5E. Windows color (decimal): -8368547 or 6114944. OLE color: 6114944.

HSL color Cylindrical-coordinate representation of color #804E5D: hue angle of 342º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E5D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1287893-
CMYK00.390.270.50
HSL342º24.27%40.39%-
HSV(B)342º39.06%50.2%-
XYZ13.610.8311.73-
YUV94.66127.06151.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=42.81%
G=26.09%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128789300.390.270.5034224.2740.39
Hex804E5D0271B321561828
Octal20011613504733625263050
Binary100000001001110101110101001111101111001010101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E5D; }

 p { color: rgb(128,78,93); }

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

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

 a { background-color: rgb(128,78,93); }

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

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

 span { border-color: rgb(128,78,93); }

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