#857A40

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

Shades of Go Ben #857A40

Tints of Go Ben #857A40

Color information

#857A40 (or 0x857A40) is unknown color: approx Go Ben. HEX triplet: 85, 7A and 40. RGB value is (133,122,64). Sum of RGB (Red+Green+Blue) = 133+122+64=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A40 is #7A85BF. Grayscale: #767676. Windows color (decimal): -8029632 or 4225669. OLE color: 4225669.

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

Color convert

RGB13312264-
CMYK00.080.520.48
HSL50.43º35.03%38.63%-
HSV(B)50.43º51.88%52.16%-
XYZ17.5619.287.65-
YUV118.6897.14138.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=41.69%
G=38.24%
B=20.06%

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
Decimal1331226400.080.520.4850.4335.0338.63
Hex857A40083430322327
Octal2051721000106460624347
Binary100001011111010100000001000110100110000110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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