#85843F

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

Shades of Highball #85843F

Tints of Highball #85843F

Color information

#85843F (or 0x85843F) is unknown color: approx Highball. HEX triplet: 85, 84 and 3F. RGB value is (133,132,63). Sum of RGB (Red+Green+Blue) = 133+132+63=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843F is #7A7BC0. Grayscale: #7C7C7C. Windows color (decimal): -8027073 or 4162693. OLE color: 4162693.

HSL color Cylindrical-coordinate representation of color #85843F: hue angle of 59.14º 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 #85843F is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13313263-
CMYK00.010.530.48
HSL59.14º35.71%38.43%-
HSV(B)59.14º52.63%52.16%-
XYZ18.8221.857.93-
YUV124.4393.33134.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 63 (25% from 255) = 19.21%
R=40.55%
G=40.24%
B=19.21%

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
Decimal1331326300.010.530.4859.1435.7138.43
Hex85843F0135303b2426
Octal20520477016560734446
Binary100001011000010011111101110101110000111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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