#85884D

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

Shades of Highball #85884D

Tints of Highball #85884D

Color information

#85884D (or 0x85884D) is unknown color: approx Highball. HEX triplet: 85, 88 and 4D. RGB value is (133,136,77). Sum of RGB (Red+Green+Blue) = 133+136+77=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #85884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85884D is #7A77B2. Grayscale: #808080. Windows color (decimal): -8026035 or 5081221. OLE color: 5081221.

HSL color Cylindrical-coordinate representation of color #85884D: hue angle of 63.05º degrees, saturation: 0.28, 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 #85884D is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13313677-
CMYK0.0200.430.47
HSL63.05º27.7%41.76%-
HSV(B)63.05º43.38%53.33%-
XYZ19.8223.1310.44-
YUV128.3899.01131.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=38.44%
G=39.31%
B=22.25%

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
Decimal133136770.0200.430.4763.0527.741.76
Hex85884D202B2F3f1c2a
Octal205210115205357773452
Binary1000010110001000100110110010101110111111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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