#85884E

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

Shades of Highball #85884E

Tints of Highball #85884E

Color information

#85884E (or 0x85884E) is unknown color: approx Highball. HEX triplet: 85, 88 and 4E. RGB value is (133,136,78). Sum of RGB (Red+Green+Blue) = 133+136+78=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #85884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85884E is #7A77B1. Grayscale: #808080. Windows color (decimal): -8026034 or 5146757. OLE color: 5146757.

HSL color Cylindrical-coordinate representation of color #85884E: hue angle of 63.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85884E is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13313678-
CMYK0.0200.430.47
HSL63.1º27.1%41.96%-
HSV(B)63.1º42.65%53.33%-
XYZ19.8523.1410.63-
YUV128.4999.51131.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=38.33%
G=39.19%
B=22.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136780.0200.430.4763.127.141.96
Hex85884E202B2F3f1b2a
Octal205210116205357773352
Binary1000010110001000100111010010101110111111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85884E; }

 p { color: rgb(133,136,78); }

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

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

 a { background-color: rgb(133,136,78); }

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

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

 span { border-color: rgb(133,136,78); }

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