#858042

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

Shades of Highball #858042

Tints of Highball #858042

Color information

#858042 (or 0x858042) is unknown color: approx Highball. HEX triplet: 85, 80 and 42. RGB value is (133,128,66). Sum of RGB (Red+Green+Blue) = 133+128+66=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858042 is #7A7FBD. Grayscale: #7A7A7A. Windows color (decimal): -8028094 or 4358277. OLE color: 4358277.

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

Color convert

RGB13312866-
CMYK00.040.500.48
HSL55.52º33.67%39.02%-
HSV(B)55.52º50.38%52.16%-
XYZ18.3820.828.2-
YUV122.4396.16135.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=40.67%
G=39.14%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331286600.040.500.4855.5233.6739.02
Hex858042043230382227
Octal205200102046260704247
Binary100001011000000010000100100110010110000111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858042; }

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

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

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

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

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

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

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

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