#85823B

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

Shades of Highball #85823B

Tints of Highball #85823B

Color information

#85823B (or 0x85823B) is unknown color: approx Highball. HEX triplet: 85, 82 and 3B. RGB value is (133,130,59). Sum of RGB (Red+Green+Blue) = 133+130+59=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85823B is #7A7DC4. Grayscale: #7B7B7B. Windows color (decimal): -8027589 or 3900037. OLE color: 3900037.

HSL color Cylindrical-coordinate representation of color #85823B: hue angle of 57.57º 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 #85823B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13313059-
CMYK00.020.560.48
HSL57.57º38.54%37.65%-
HSV(B)57.57º55.64%52.16%-
XYZ18.4421.277.27-
YUV122.891.99135.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=41.30%
G=40.37%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331305900.020.560.4857.5738.5437.65
Hex85823B0238303a2726
Octal20520273027060724746
Binary1000010110000010111011010111000110000111010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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