#857941

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

Shades of Go Ben #857941

Tints of Go Ben #857941

Color information

#857941 (or 0x857941) is unknown color: approx Go Ben. HEX triplet: 85, 79 and 41. RGB value is (133,121,65). Sum of RGB (Red+Green+Blue) = 133+121+65=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857941 is #7A86BE. Grayscale: #767676. Windows color (decimal): -8029887 or 4290949. OLE color: 4290949.

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

Color convert

RGB13312165-
CMYK00.090.510.48
HSL49.41º34.34%38.82%-
HSV(B)49.41º51.13%52.16%-
XYZ17.4619.047.76-
YUV118.297.98138.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=41.69%
G=37.93%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331216500.090.510.4849.4134.3438.82
Hex857941093330312227
Octal2051711010116360614247
Binary100001011111001100000101001110011110000110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857941; }

 p { color: rgb(133,121,65); }

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

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

 a { background-color: rgb(133,121,65); }

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

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

 span { border-color: rgb(133,121,65); }

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