#858439

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

Shades of Highball #858439

Tints of Highball #858439

Color information

#858439 (or 0x858439) is unknown color: approx Highball. HEX triplet: 85, 84 and 39. RGB value is (133,132,57). Sum of RGB (Red+Green+Blue) = 133+132+57=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #858439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858439 is #7A7BC6. Grayscale: #7C7C7C. Windows color (decimal): -8027079 or 3769477. OLE color: 3769477.

HSL color Cylindrical-coordinate representation of color #858439: hue angle of 59.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #858439 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB13313257-
CMYK00.010.570.48
HSL59.21º40%37.25%-
HSV(B)59.21º57.14%52.16%-
XYZ18.6621.787.09-
YUV123.7590.33134.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=41.30%
G=40.99%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325700.010.570.4859.214037.25
Hex8584390139303b2825
Octal20520471017160735045
Binary100001011000010011100101111001110000111011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858439; }

 p { color: rgb(133,132,57); }

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

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

 a { background-color: rgb(133,132,57); }

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

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

 span { border-color: rgb(133,132,57); }

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