#85843B

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

Shades of Highball #85843B

Tints of Highball #85843B

Color information

#85843B (or 0x85843B) is unknown color: approx Highball. HEX triplet: 85, 84 and 3B. RGB value is (133,132,59). Sum of RGB (Red+Green+Blue) = 133+132+59=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843B is #7A7BC4. Grayscale: #7C7C7C. Windows color (decimal): -8027077 or 3900549. OLE color: 3900549.

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

Color convert

RGB13313259-
CMYK00.010.560.48
HSL59.19º38.54%37.65%-
HSV(B)59.19º55.64%52.16%-
XYZ18.7121.87.36-
YUV123.9891.33134.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=41.05%
G=40.74%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325900.010.560.4859.1938.5437.65
Hex85843B0138303b2726
Octal20520473017060734746
Binary100001011000010011101101111000110000111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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