#858040

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

Shades of Highball #858040

Tints of Highball #858040

Color information

#858040 (or 0x858040) is unknown color: approx Highball. HEX triplet: 85, 80 and 40. RGB value is (133,128,64). Sum of RGB (Red+Green+Blue) = 133+128+64=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #858040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858040 is #7A7FBF. Grayscale: #7A7A7A. Windows color (decimal): -8028096 or 4227205. OLE color: 4227205.

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

Color convert

RGB13312864-
CMYK00.040.520.48
HSL55.65º35.03%38.63%-
HSV(B)55.65º51.88%52.16%-
XYZ18.3220.87.9-
YUV122.295.16135.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=40.92%
G=39.38%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331286400.040.520.4855.6535.0338.63
Hex858040043430382327
Octal205200100046460704347
Binary100001011000000010000000100110100110000111000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858040; }

 p { color: rgb(133,128,64); }

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

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

 a { background-color: rgb(133,128,64); }

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

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

 span { border-color: rgb(133,128,64); }

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