#857383

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

Shades of Monsoon #857383

Tints of Monsoon #857383

Color information

#857383 (or 0x857383) is unknown color: approx Monsoon. HEX triplet: 85, 73 and 83. RGB value is (133,115,131). Sum of RGB (Red+Green+Blue) = 133+115+131=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857383 is #7A8C7C. Grayscale: #7A7A7A. Windows color (decimal): -8031357 or 8614789. OLE color: 8614789.

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

Color convert

RGB133115131-
CMYK00.140.020.48
HSL306.67º7.26%48.63%-
HSV(B)306.67º13.53%52.16%-
XYZ19.918.8924.07-
YUV122.21132.96135.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=35.09%
G=30.34%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311513100.140.020.48306.677.2648.63
Hex8573830E230133731
Octal205163203016260463761
Binary100001011110011100000110111010110000100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857383; }

 p { color: rgb(133,115,131); }

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

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

 a { background-color: rgb(133,115,131); }

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

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

 span { border-color: rgb(133,115,131); }

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