#804F5F

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

Shades of Cosmic #804F5F

Tints of Cosmic #804F5F

Color information

#804F5F (or 0x804F5F) is unknown color: approx Cosmic. HEX triplet: 80, 4F and 5F. RGB value is (128,79,95). Sum of RGB (Red+Green+Blue) = 128+79+95=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #804F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F5F is #7FB0A0. Grayscale: #5F5F5F. Windows color (decimal): -8368289 or 6246272. OLE color: 6246272.

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

Color convert

RGB1287995-
CMYK00.380.260.50
HSL340.41º23.67%40.59%-
HSV(B)340.41º38.28%50.2%-
XYZ13.7611.0112.23-
YUV95.48127.73151.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=42.38%
G=26.16%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128799500.380.260.50340.4123.6740.59
Hex804F5F0261A321541829
Octal20011713704632625243051
Binary100000001001111101111101001101101011001010101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,79,95); }

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

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

 a { background-color: rgb(128,79,95); }

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

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

 span { border-color: rgb(128,79,95); }

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