#853F5E

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

Shades of Cosmic #853F5E

Tints of Cosmic #853F5E

Color information

#853F5E (or 0x853F5E) is unknown color: approx Cosmic. HEX triplet: 85, 3F and 5E. RGB value is (133,63,94). Sum of RGB (Red+Green+Blue) = 133+63+94=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F5E is #7AC0A1. Grayscale: #575757. Windows color (decimal): -8044706 or 6176645. OLE color: 6176645.

HSL color Cylindrical-coordinate representation of color #853F5E: hue angle of 333.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F5E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1336394-
CMYK00.530.290.48
HSL333.43º35.71%38.43%-
HSV(B)333.43º52.63%52.16%-
XYZ13.479.3511.68-
YUV87.46131.69160.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=45.86%
G=21.72%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133639400.530.290.48333.4335.7138.43
Hex853F5E0351D3014d2426
Octal2057713606535605154446
Binary100001011111111011110011010111101110000101001101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F5E; }

 p { color: rgb(133,63,94); }

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

<style>
 a { background-color: #853F5E; }

 a { background-color: rgb(133,63,94); }

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

<style>
 span { border-color: #853F5E; }

 span { border-color: rgb(133,63,94); }

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