#85843E

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

Shades of Highball #85843E

Tints of Highball #85843E

Color information

#85843E (or 0x85843E) is unknown color: approx Highball. HEX triplet: 85, 84 and 3E. RGB value is (133,132,62). Sum of RGB (Red+Green+Blue) = 133+132+62=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843E is #7A7BC1. Grayscale: #7C7C7C. Windows color (decimal): -8027074 or 4097157. OLE color: 4097157.

HSL color Cylindrical-coordinate representation of color #85843E: hue angle of 59.15º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85843E is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13313262-
CMYK00.010.530.48
HSL59.15º36.41%38.24%-
HSV(B)59.15º53.38%52.16%-
XYZ18.7921.847.78-
YUV124.3292.83134.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=40.67%
G=40.37%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331326200.010.530.4859.1536.4138.24
Hex85843E0135303b2426
Octal20520476016560734446
Binary100001011000010011111001110101110000111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,132,62); }

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

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

 a { background-color: rgb(133,132,62); }

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

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

 span { border-color: rgb(133,132,62); }

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