#807249

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

Shades of Go Ben #807249

Tints of Go Ben #807249

Color information

#807249 (or 0x807249) is unknown color: approx Go Ben. HEX triplet: 80, 72 and 49. RGB value is (128,114,73). Sum of RGB (Red+Green+Blue) = 128+114+73=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #807249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807249 is #7F8DB6. Grayscale: #717171. Windows color (decimal): -8359351 or 4813440. OLE color: 4813440.

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

Color convert

RGB12811473-
CMYK00.110.430.50
HSL44.73º27.36%39.41%-
HSV(B)44.73º42.97%50.2%-
XYZ16.1217.18.76-
YUV113.51105.14138.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=40.63%
G=36.19%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281147300.110.430.5044.7327.3639.41
Hex8072490B2B322d1b27
Octal2001621110135362553347
Binary10000000111001010010010101110101111001010110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807249; }

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

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

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

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

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

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

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

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