#80703C

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

Shades of Go Ben #80703C

Tints of Go Ben #80703C

Color information

#80703C (or 0x80703C) is unknown color: approx Go Ben. HEX triplet: 80, 70 and 3C. RGB value is (128,112,60). Sum of RGB (Red+Green+Blue) = 128+112+60=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80703C is #7F8FC3. Grayscale: #6F6F6F. Windows color (decimal): -8359876 or 3960960. OLE color: 3960960.

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

Color convert

RGB12811260-
CMYK00.120.530.50
HSL45.88º36.17%36.86%-
HSV(B)45.88º53.12%50.2%-
XYZ15.5116.56.64-
YUV110.8699.3140.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 60 (23.83% from 255) = 20%
R=42.67%
G=37.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281126000.120.530.5045.8836.1736.86
Hex80703C0C35322e2425
Octal200160740146562564445
Binary10000000111000011110001100110101110010101110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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