#807942

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

Shades of Go Ben #807942

Tints of Go Ben #807942

Color information

#807942 (or 0x807942) is unknown color: approx Go Ben. HEX triplet: 80, 79 and 42. RGB value is (128,121,66). Sum of RGB (Red+Green+Blue) = 128+121+66=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #807942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807942 is #7F86BD. Grayscale: #757575. Windows color (decimal): -8357566 or 4356480. OLE color: 4356480.

HSL color Cylindrical-coordinate representation of color #807942: hue angle of 53.23º 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 #807942 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12812166-
CMYK00.050.480.50
HSL53.23º31.96%38.04%-
HSV(B)53.23º48.44%50.2%-
XYZ16.7218.667.87-
YUV116.8299.32135.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=40.63%
G=38.41%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281216600.050.480.5053.2331.9638.04
Hex807942053032352026
Octal200171102056062654046
Binary10000000111100110000100101110000110010110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807942; }

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

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

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

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

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

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

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

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