#858242

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

Shades of Highball #858242

Tints of Highball #858242

Color information

#858242 (or 0x858242) is unknown color: approx Highball. HEX triplet: 85, 82 and 42. RGB value is (133,130,66). Sum of RGB (Red+Green+Blue) = 133+130+66=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #858242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858242 is #7A7DBD. Grayscale: #7B7B7B. Windows color (decimal): -8027582 or 4358789. OLE color: 4358789.

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

Color convert

RGB13313066-
CMYK00.020.500.48
HSL57.31º33.67%39.02%-
HSV(B)57.31º50.38%52.16%-
XYZ18.6421.358.29-
YUV123.695.49134.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=40.43%
G=39.51%
B=20.06%

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
Decimal1331306600.020.500.4857.3133.6739.02
Hex858242023230392227
Octal205202102026260714247
Binary10000101100000101000010010110010110000111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858242; }

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

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

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

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

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

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

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

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