#85864B

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

Shades of Highball #85864B

Tints of Highball #85864B

Color information

#85864B (or 0x85864B) is unknown color: approx Highball. HEX triplet: 85, 86 and 4B. RGB value is (133,134,75). Sum of RGB (Red+Green+Blue) = 133+134+75=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #85864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85864B is #7A79B4. Grayscale: #7F7F7F. Windows color (decimal): -8026549 or 4949637. OLE color: 4949637.

HSL color Cylindrical-coordinate representation of color #85864B: hue angle of 61.02º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85864B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13313475-
CMYK0.0100.440.47
HSL61.02º28.23%40.98%-
HSV(B)61.02º44.03%52.55%-
XYZ19.4722.549.98-
YUV126.9898.67132.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=38.89%
G=39.18%
B=21.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134750.0100.440.4761.0228.2340.98
Hex85864B102C2F3d1c29
Octal205206113105457753451
Binary100001011000011010010111010110010111111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85864B; }

 p { color: rgb(133,134,75); }

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

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

 a { background-color: rgb(133,134,75); }

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

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

 span { border-color: rgb(133,134,75); }

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