#858741

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

Shades of Highball #858741

Tints of Highball #858741

Color information

#858741 (or 0x858741) is unknown color: approx Highball. HEX triplet: 85, 87 and 41. RGB value is (133,135,65). Sum of RGB (Red+Green+Blue) = 133+135+65=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #858741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858741 is #7A78BE. Grayscale: #7E7E7E. Windows color (decimal): -8026303 or 4294533. OLE color: 4294533.

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

Color convert

RGB13313565-
CMYK0.0100.520.47
HSL61.71º35%39.22%-
HSV(B)61.71º51.85%52.94%-
XYZ19.2922.78.37-
YUV126.4293.34132.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=39.94%
G=40.54%
B=19.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135650.0100.520.4761.713539.22
Hex85874110342F3e2327
Octal205207101106457764347
Binary1000010110000111100000110110100101111111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858741; }

 p { color: rgb(133,135,65); }

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

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

 a { background-color: rgb(133,135,65); }

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

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

 span { border-color: rgb(133,135,65); }

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