#857672

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

Shades of Hurricane #857672

Tints of Hurricane #857672

Color information

#857672 (or 0x857672) is unknown color: approx Hurricane. HEX triplet: 85, 76 and 72. RGB value is (133,118,114). Sum of RGB (Red+Green+Blue) = 133+118+114=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857672 is #7A898D. Grayscale: #7A7A7A. Windows color (decimal): -8030606 or 7501445. OLE color: 7501445.

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

Color convert

RGB133118114-
CMYK00.110.140.48
HSL12.63º7.69%48.43%-
HSV(B)12.63º14.29%52.16%-
XYZ19.1919.1618.61-
YUV122.03123.47135.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=36.44%
G=32.33%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311811400.110.140.4812.637.6948.43
Hex8576720BE30d830
Octal2051661620131660151060
Binary100001011110110111001001011111011000011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857672; }

 p { color: rgb(133,118,114); }

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

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

 a { background-color: rgb(133,118,114); }

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

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

 span { border-color: rgb(133,118,114); }

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