#85756F

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

Shades of Hurricane #85756F

Tints of Hurricane #85756F

Color information

#85756F (or 0x85756F) is unknown color: approx Hurricane. HEX triplet: 85, 75 and 6F. RGB value is (133,117,111). Sum of RGB (Red+Green+Blue) = 133+117+111=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756F is #7A8A90. Grayscale: #797979. Windows color (decimal): -8030865 or 7304581. OLE color: 7304581.

HSL color Cylindrical-coordinate representation of color #85756F: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85756F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133117111-
CMYK00.120.170.48
HSL16.36º9.02%47.84%-
HSV(B)16.36º16.54%52.16%-
XYZ18.918.8617.68-
YUV121.1122.3136.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=36.84%
G=32.41%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311711100.120.170.4816.369.0247.84
Hex85756F0C113010930
Octal2051651570142160201160
Binary10000101111010111011110110010001110000100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85756F; }

 p { color: rgb(133,117,111); }

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

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

 a { background-color: rgb(133,117,111); }

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

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

 span { border-color: rgb(133,117,111); }

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