#858249

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

Shades of Highball #858249

Tints of Highball #858249

Color information

#858249 (or 0x858249) is unknown color: approx Highball. HEX triplet: 85, 82 and 49. RGB value is (133,130,73). Sum of RGB (Red+Green+Blue) = 133+130+73=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #858249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858249 is #7A7DB6. Grayscale: #7C7C7C. Windows color (decimal): -8027575 or 4817541. OLE color: 4817541.

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

Color convert

RGB13313073-
CMYK00.020.450.48
HSL57º29.13%40.39%-
HSV(B)57º45.11%52.16%-
XYZ18.8621.439.45-
YUV124.498.99134.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=39.58%
G=38.69%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331307300.020.450.485729.1340.39
Hex858249022D30391d28
Octal205202111025560713550
Binary1000010110000010100100101010110111000011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858249; }

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

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

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

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

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

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

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

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