#854E65

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

Shades of Cosmic #854E65

Tints of Cosmic #854E65

Color information

#854E65 (or 0x854E65) is unknown color: approx Cosmic. HEX triplet: 85, 4E and 65. RGB value is (133,78,101). Sum of RGB (Red+Green+Blue) = 133+78+101=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #854E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E65 is #7AB19A. Grayscale: #616161. Windows color (decimal): -8040859 or 6639237. OLE color: 6639237.

HSL color Cylindrical-coordinate representation of color #854E65: hue angle of 334.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E65 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13378101-
CMYK00.410.240.48
HSL334.91º26.07%41.37%-
HSV(B)334.91º41.35%52.16%-
XYZ14.7511.3713.73-
YUV97.07130.22153.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=42.63%
G=25%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337810100.410.240.48334.9126.0741.37
Hex854E65029183014f1a29
Octal20511614505130605173251
Binary100001011001110110010101010011100011000010100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E65; }

 p { color: rgb(133,78,101); }

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

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

 a { background-color: rgb(133,78,101); }

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

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

 span { border-color: rgb(133,78,101); }

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