#857481

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

Shades of Monsoon #857481

Tints of Monsoon #857481

Color information

#857481 (or 0x857481) is unknown color: approx Monsoon. HEX triplet: 85, 74 and 81. RGB value is (133,116,129). Sum of RGB (Red+Green+Blue) = 133+116+129=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #857481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857481 is #7A8B7E. Grayscale: #7A7A7A. Windows color (decimal): -8031103 or 8483973. OLE color: 8483973.

HSL color Cylindrical-coordinate representation of color #857481: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857481 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133116129-
CMYK00.130.030.48
HSL314.12º6.83%48.82%-
HSV(B)314.12º12.78%52.16%-
XYZ19.8819.0623.4-
YUV122.56131.63135.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=35.19%
G=30.69%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311612900.130.030.48314.126.8348.82
Hex8574810D33013a731
Octal205164201015360472761
Binary100001011110100100000010110111110000100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857481; }

 p { color: rgb(133,116,129); }

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

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

 a { background-color: rgb(133,116,129); }

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

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

 span { border-color: rgb(133,116,129); }

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