#807246

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

Shades of Go Ben #807246

Tints of Go Ben #807246

Color information

#807246 (or 0x807246) is unknown color: approx Go Ben. HEX triplet: 80, 72 and 46. RGB value is (128,114,70). Sum of RGB (Red+Green+Blue) = 128+114+70=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #807246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807246 is #7F8DB9. Grayscale: #717171. Windows color (decimal): -8359354 or 4616832. OLE color: 4616832.

HSL color Cylindrical-coordinate representation of color #807246: hue angle of 45.52º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807246 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12811470-
CMYK00.110.450.50
HSL45.52º29.29%38.82%-
HSV(B)45.52º45.31%50.2%-
XYZ16.0217.078.24-
YUV113.17103.64138.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=41.03%
G=36.54%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281147000.110.450.5045.5229.2938.82
Hex8072460B2D322e1d27
Octal2001621060135562563547
Binary10000000111001010001100101110110111001010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807246; }

 p { color: rgb(128,114,70); }

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

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

 a { background-color: rgb(128,114,70); }

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

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

 span { border-color: rgb(128,114,70); }

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