#858240

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

Shades of Highball #858240

Tints of Highball #858240

Color information

#858240 (or 0x858240) is unknown color: approx Highball. HEX triplet: 85, 82 and 40. RGB value is (133,130,64). Sum of RGB (Red+Green+Blue) = 133+130+64=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858240 is #7A7DBF. Grayscale: #7B7B7B. Windows color (decimal): -8027584 or 4227717. OLE color: 4227717.

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

Color convert

RGB13313064-
CMYK00.020.520.48
HSL57.39º35.03%38.63%-
HSV(B)57.39º51.88%52.16%-
XYZ18.5821.327.99-
YUV123.3794.49134.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=40.67%
G=39.76%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331306400.020.520.4857.3935.0338.63
Hex858240023430392327
Octal205202100026460714347
Binary10000101100000101000000010110100110000111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858240; }

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

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

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

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

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

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

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

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