#824E5F

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

Shades of Cosmic #824E5F

Tints of Cosmic #824E5F

Color information

#824E5F (or 0x824E5F) is unknown color: approx Cosmic. HEX triplet: 82, 4E and 5F. RGB value is (130,78,95). Sum of RGB (Red+Green+Blue) = 130+78+95=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E5F is #7DB1A0. Grayscale: #5F5F5F. Windows color (decimal): -8237473 or 6246018. OLE color: 6246018.

HSL color Cylindrical-coordinate representation of color #824E5F: hue angle of 340.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E5F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1307895-
CMYK00.400.270.49
HSL340.38º25%40.78%-
HSV(B)340.38º40%50.98%-
XYZ1411.0212.22-
YUV95.49127.73152.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=42.90%
G=25.74%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130789500.400.270.49340.382540.78
Hex824E5F0281B311541929
Octal20211613705033615243151
Binary100000101001110101111101010001101111000110101010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E5F; }

 p { color: rgb(130,78,95); }

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

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

 a { background-color: rgb(130,78,95); }

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

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

 span { border-color: rgb(130,78,95); }

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