#857F40

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

Shades of Highball #857F40

Tints of Highball #857F40

Color information

#857F40 (or 0x857F40) is unknown color: approx Highball. HEX triplet: 85, 7F and 40. RGB value is (133,127,64). Sum of RGB (Red+Green+Blue) = 133+127+64=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #857F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F40 is #7A80BF. Grayscale: #797979. Windows color (decimal): -8028352 or 4226949. OLE color: 4226949.

HSL color Cylindrical-coordinate representation of color #857F40: hue angle of 54.78º 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 #857F40 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13312764-
CMYK00.050.520.48
HSL54.78º35.03%38.63%-
HSV(B)54.78º51.88%52.16%-
XYZ18.1920.547.86-
YUV121.6195.49136.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=41.05%
G=39.20%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331276400.050.520.4854.7835.0338.63
Hex857F40053430372327
Octal205177100056460674347
Binary10000101111111110000000101110100110000110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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