#807C42

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

Shades of Go Ben #807C42

Tints of Go Ben #807C42

Color information

#807C42 (or 0x807C42) is unknown color: approx Go Ben. HEX triplet: 80, 7C and 42. RGB value is (128,124,66). Sum of RGB (Red+Green+Blue) = 128+124+66=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #807C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C42 is #7F83BD. Grayscale: #767676. Windows color (decimal): -8356798 or 4357248. OLE color: 4357248.

HSL color Cylindrical-coordinate representation of color #807C42: hue angle of 56.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807C42 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12812466-
CMYK00.030.480.50
HSL56.13º31.96%38.04%-
HSV(B)56.13º48.44%50.2%-
XYZ17.0919.48-
YUV118.5898.33134.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=40.25%
G=38.99%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281246600.030.480.5056.1331.9638.04
Hex807C42033032382026
Octal200174102036062704046
Binary1000000011111001000010011110000110010111000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807C42; }

 p { color: rgb(128,124,66); }

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

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

 a { background-color: rgb(128,124,66); }

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

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

 span { border-color: rgb(128,124,66); }

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