#804E5E

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

Shades of Cosmic #804E5E

Tints of Cosmic #804E5E

Color information

#804E5E (or 0x804E5E) is unknown color: approx Cosmic. HEX triplet: 80, 4E and 5E. RGB value is (128,78,94). Sum of RGB (Red+Green+Blue) = 128+78+94=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E5E is #7FB1A1. Grayscale: #5E5E5E. Windows color (decimal): -8368546 or 6180480. OLE color: 6180480.

HSL color Cylindrical-coordinate representation of color #804E5E: hue angle of 340.8º 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 #804E5E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1287894-
CMYK00.390.270.50
HSL340.8º24.27%40.39%-
HSV(B)340.8º39.06%50.2%-
XYZ13.6510.8511.96-
YUV94.77127.56151.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=42.67%
G=26%
B=31.33%

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
Decimal128789400.390.270.50340.824.2740.39
Hex804E5E0271B321551828
Octal20011613604733625253050
Binary100000001001110101111001001111101111001010101010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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