#857849

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

Shades of Go Ben #857849

Tints of Go Ben #857849

Color information

#857849 (or 0x857849) is unknown color: approx Go Ben. HEX triplet: 85, 78 and 49. RGB value is (133,120,73). Sum of RGB (Red+Green+Blue) = 133+120+73=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #857849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857849 is #7A87B6. Grayscale: #767676. Windows color (decimal): -8030135 or 4814981. OLE color: 4814981.

HSL color Cylindrical-coordinate representation of color #857849: hue angle of 47º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857849 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13312073-
CMYK00.100.450.48
HSL47º29.13%40.39%-
HSV(B)47º45.11%52.16%-
XYZ17.5918.99.02-
YUV118.53102.31138.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=40.80%
G=36.81%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331207300.100.450.484729.1340.39
Hex8578490A2D302f1d28
Octal2051701110125560573550
Binary10000101111100010010010101010110111000010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857849; }

 p { color: rgb(133,120,73); }

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

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

 a { background-color: rgb(133,120,73); }

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

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

 span { border-color: rgb(133,120,73); }

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