#85736D

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

Shades of Hurricane #85736D

Tints of Hurricane #85736D

Color information

#85736D (or 0x85736D) is unknown color: approx Hurricane. HEX triplet: 85, 73 and 6D. RGB value is (133,115,109). Sum of RGB (Red+Green+Blue) = 133+115+109=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85736D is #7A8C92. Grayscale: #777777. Windows color (decimal): -8031379 or 7172997. OLE color: 7172997.

HSL color Cylindrical-coordinate representation of color #85736D: hue angle of 15º 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 #85736D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB133115109-
CMYK00.140.180.48
HSL15º9.92%47.45%-
HSV(B)15º18.05%52.16%-
XYZ18.5618.3517.03-
YUV119.7121.96137.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=37.25%
G=32.21%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311510900.140.180.48159.9247.45
Hex85736D0E1230fa2f
Octal2051631550162260171257
Binary1000010111100111101101011101001011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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