#858744

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

Shades of Highball #858744

Tints of Highball #858744

Color information

#858744 (or 0x858744) is unknown color: approx Highball. HEX triplet: 85, 87 and 44. RGB value is (133,135,68). Sum of RGB (Red+Green+Blue) = 133+135+68=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #858744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858744 is #7A78BB. Grayscale: #7F7F7F. Windows color (decimal): -8026300 or 4491141. OLE color: 4491141.

HSL color Cylindrical-coordinate representation of color #858744: hue angle of 61.79º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858744 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13313568-
CMYK0.0100.500.47
HSL61.79º33%39.8%-
HSV(B)61.79º49.63%52.94%-
XYZ19.3822.738.84-
YUV126.7694.84132.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=39.58%
G=40.18%
B=20.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135680.0100.500.4761.793339.8
Hex85874410322F3e2128
Octal205207104106257764150
Binary1000010110000111100010010110010101111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858744; }

 p { color: rgb(133,135,68); }

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

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

 a { background-color: rgb(133,135,68); }

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

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

 span { border-color: rgb(133,135,68); }

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