#857F37

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

Shades of Highball #857F37

Tints of Highball #857F37

Color information

#857F37 (or 0x857F37) is unknown color: approx Highball. HEX triplet: 85, 7F and 37. RGB value is (133,127,55). Sum of RGB (Red+Green+Blue) = 133+127+55=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F37 is #7A80C8. Grayscale: #787878. Windows color (decimal): -8028361 or 3637125. OLE color: 3637125.

HSL color Cylindrical-coordinate representation of color #857F37: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #857F37 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13312755-
CMYK00.050.590.48
HSL55.38º41.49%36.86%-
HSV(B)55.38º58.65%52.16%-
XYZ17.9520.446.61-
YUV120.5990.99136.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=42.22%
G=40.32%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331275500.050.590.4855.3841.4936.86
Hex857F37053B30372925
Octal20517767057360675145
Binary1000010111111111101110101111011110000110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,55); }

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

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

 a { background-color: rgb(133,127,55); }

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

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

 span { border-color: rgb(133,127,55); }

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