#85816F

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

Shades of Olive Haze #85816F

Tints of Olive Haze #85816F

Color information

#85816F (or 0x85816F) is unknown color: approx Olive Haze. HEX triplet: 85, 81 and 6F. RGB value is (133,129,111). Sum of RGB (Red+Green+Blue) = 133+129+111=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #85816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85816F is #7A7E90. Grayscale: #808080. Windows color (decimal): -8027793 or 7307653. OLE color: 7307653.

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

Color convert

RGB133129111-
CMYK00.030.170.48
HSL49.09º9.02%47.84%-
HSV(B)49.09º16.54%52.16%-
XYZ20.3921.8318.18-
YUV128.14118.33131.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=35.66%
G=34.58%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312911100.030.170.4849.099.0247.84
Hex85816F03113031930
Octal205201157032160611160
Binary10000101100000011101111011100011100001100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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