#85817F

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

Shades of Hurricane #85817F

Tints of Hurricane #85817F

Color information

#85817F (or 0x85817F) is unknown color: approx Hurricane. HEX triplet: 85, 81 and 7F. RGB value is (133,129,127). Sum of RGB (Red+Green+Blue) = 133+129+127=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85817F is #7A7E80. Grayscale: #818181. Windows color (decimal): -8027777 or 8356229. OLE color: 8356229.

HSL color Cylindrical-coordinate representation of color #85817F: hue angle of 20º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85817F is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133129127-
CMYK00.030.050.48
HSL20º2.4%50.98%-
HSV(B)20º4.51%52.16%-
XYZ21.3522.2223.24-
YUV129.97126.33130.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 127 (50% from 255) = 32.65%
R=34.19%
G=33.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312912700.030.050.48202.450.98
Hex85817F0353014233
Octal2052011770356024263
Binary100001011000000111111110111011100001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,129,127); }

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

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

 a { background-color: rgb(133,129,127); }

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

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

 span { border-color: rgb(133,129,127); }

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