#857875

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

Shades of Hurricane #857875

Tints of Hurricane #857875

Color information

#857875 (or 0x857875) is unknown color: approx Hurricane. HEX triplet: 85, 78 and 75. RGB value is (133,120,117). Sum of RGB (Red+Green+Blue) = 133+120+117=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857875 is #7A878A. Grayscale: #7B7B7B. Windows color (decimal): -8030091 or 7698565. OLE color: 7698565.

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

Color convert

RGB133120117-
CMYK00.100.120.48
HSL11.25º6.4%49.02%-
HSV(B)11.25º12.03%52.16%-
XYZ19.619.719.6-
YUV123.54124.31134.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=35.95%
G=32.43%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312011700.100.120.4811.256.449.02
Hex8578750AC30b631
Octal205170165012146013661
Binary10000101111100011101010101011001100001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857875; }

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

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

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

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

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

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

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

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