#858342

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

Shades of Highball #858342

Tints of Highball #858342

Color information

#858342 (or 0x858342) is unknown color: approx Highball. HEX triplet: 85, 83 and 42. RGB value is (133,131,66). Sum of RGB (Red+Green+Blue) = 133+131+66=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #858342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858342 is #7A7CBD. Grayscale: #7C7C7C. Windows color (decimal): -8027326 or 4359045. OLE color: 4359045.

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

Color convert

RGB13313166-
CMYK00.020.500.48
HSL58.21º33.67%39.02%-
HSV(B)58.21º50.38%52.16%-
XYZ18.7721.618.34-
YUV124.1995.16134.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 66 (26.17% from 255) = 20%
R=40.30%
G=39.70%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331316600.020.500.4858.2133.6739.02
Hex8583420232303a2227
Octal205203102026260724247
Binary10000101100000111000010010110010110000111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858342; }

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

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

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

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

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

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

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

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