#85736C

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

Shades of Hurricane #85736C

Tints of Hurricane #85736C

Color information

#85736C (or 0x85736C) is unknown color: approx Hurricane. HEX triplet: 85, 73 and 6C. RGB value is (133,115,108). Sum of RGB (Red+Green+Blue) = 133+115+108=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85736C is #7A8C93. Grayscale: #777777. Windows color (decimal): -8031380 or 7107461. OLE color: 7107461.

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

Color convert

RGB133115108-
CMYK00.140.190.48
HSL16.8º10.37%47.25%-
HSV(B)16.8º18.8%52.16%-
XYZ18.5118.3316.75-
YUV119.58121.46137.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=37.36%
G=32.30%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311510800.140.190.4816.810.3747.25
Hex85736C0E133011a2f
Octal2051631540162360211257
Binary10000101111001111011000111010011110000100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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