#85884A

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

Shades of Highball #85884A

Tints of Highball #85884A

Color information

#85884A (or 0x85884A) is unknown color: approx Highball. HEX triplet: 85, 88 and 4A. RGB value is (133,136,74). Sum of RGB (Red+Green+Blue) = 133+136+74=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #85884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85884A is #7A77B5. Grayscale: #808080. Windows color (decimal): -8026038 or 4884613. OLE color: 4884613.

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

Color convert

RGB13313674-
CMYK0.0200.460.47
HSL62.9º29.52%41.18%-
HSV(B)62.9º45.59%53.33%-
XYZ19.7123.099.9-
YUV128.0497.51131.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=38.78%
G=39.65%
B=21.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136740.0200.460.4762.929.5241.18
Hex85884A202E2F3f1e29
Octal205210112205657773651
Binary1000010110001000100101010010111010111111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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