#857B40

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

Shades of Highball #857B40

Tints of Highball #857B40

Color information

#857B40 (or 0x857B40) is unknown color: approx Highball. HEX triplet: 85, 7B and 40. RGB value is (133,123,64). Sum of RGB (Red+Green+Blue) = 133+123+64=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B40 is #7A84BF. Grayscale: #777777. Windows color (decimal): -8029376 or 4225925. OLE color: 4225925.

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

Color convert

RGB13312364-
CMYK00.080.520.48
HSL51.3º35.03%38.63%-
HSV(B)51.3º51.88%52.16%-
XYZ17.6819.527.69-
YUV119.2696.81137.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 64 (25.39% from 255) = 20%
R=41.56%
G=38.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331236400.080.520.4851.335.0338.63
Hex857B40083430332327
Octal2051731000106460634347
Binary100001011111011100000001000110100110000110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B40; }

 p { color: rgb(133,123,64); }

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

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

 a { background-color: rgb(133,123,64); }

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

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

 span { border-color: rgb(133,123,64); }

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