#80703A

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

Shades of Go Ben #80703A

Tints of Go Ben #80703A

Color information

#80703A (or 0x80703A) is unknown color: approx Go Ben. HEX triplet: 80, 70 and 3A. RGB value is (128,112,58). Sum of RGB (Red+Green+Blue) = 128+112+58=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #80703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80703A is #7F8FC5. Grayscale: #6E6E6E. Windows color (decimal): -8359878 or 3829888. OLE color: 3829888.

HSL color Cylindrical-coordinate representation of color #80703A: hue angle of 46.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80703A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12811258-
CMYK00.120.550.50
HSL46.29º37.63%36.47%-
HSV(B)46.29º54.69%50.2%-
XYZ15.4616.486.37-
YUV110.6398.3140.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=42.95%
G=37.58%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281125800.120.550.5046.2937.6336.47
Hex80703A0C37322e2624
Octal200160720146762564644
Binary10000000111000011101001100110111110010101110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80703A; }

 p { color: rgb(128,112,58); }

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

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

 a { background-color: rgb(128,112,58); }

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

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

 span { border-color: rgb(128,112,58); }

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