#858411

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

Shades of Olive #858411

Tints of Olive #858411

Color information

#858411 (or 0x858411) is unknown color: approx Olive. HEX triplet: 85, 84 and 11. RGB value is (133,132,17). Sum of RGB (Red+Green+Blue) = 133+132+17=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #858411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858411 is #7A7BEE. Grayscale: #777777. Windows color (decimal): -8027119 or 1148037. OLE color: 1148037.

HSL color Cylindrical-coordinate representation of color #858411: hue angle of 59.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858411 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB13313217-
CMYK00.010.870.48
HSL59.48º77.33%29.41%-
HSV(B)59.48º87.22%52.16%-
XYZ18.0321.533.74-
YUV119.1970.33137.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 17 (7.03% from 255) = 6.03%
R=47.16%
G=46.81%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331321700.010.870.4859.4877.3329.41
Hex8584110157303b4d1d
Octal2052042101127607311535
Binary100001011000010010001011010111110000111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858411; }

 p { color: rgb(133,132,17); }

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

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

 a { background-color: rgb(133,132,17); }

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

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

 span { border-color: rgb(133,132,17); }

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