#85756D

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

Shades of Hurricane #85756D

Tints of Hurricane #85756D

Color information

#85756D (or 0x85756D) is unknown color: approx Hurricane. HEX triplet: 85, 75 and 6D. RGB value is (133,117,109). Sum of RGB (Red+Green+Blue) = 133+117+109=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756D is #7A8A92. Grayscale: #787878. Windows color (decimal): -8030867 or 7173509. OLE color: 7173509.

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

Color convert

RGB133117109-
CMYK00.120.180.48
HSL20º9.92%47.45%-
HSV(B)20º18.05%52.16%-
XYZ18.7918.8117.11-
YUV120.87121.3136.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=37.05%
G=32.59%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311710900.120.180.48209.9247.45
Hex85756D0C123014a2f
Octal2051651550142260241257
Binary10000101111010111011010110010010110000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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