#807442

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

Shades of Go Ben #807442

Tints of Go Ben #807442

Color information

#807442 (or 0x807442) is unknown color: approx Go Ben. HEX triplet: 80, 74 and 42. RGB value is (128,116,66). Sum of RGB (Red+Green+Blue) = 128+116+66=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #807442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807442 is #7F8BBD. Grayscale: #727272. Windows color (decimal): -8358846 or 4355200. OLE color: 4355200.

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

Color convert

RGB12811666-
CMYK00.090.480.50
HSL48.39º31.96%38.04%-
HSV(B)48.39º48.44%50.2%-
XYZ16.1317.477.68-
YUV113.89100.98138.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=41.29%
G=37.42%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281166600.090.480.5048.3931.9638.04
Hex807442093032302026
Octal2001641020116062604046
Binary100000001110100100001001001110000110010110000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807442; }

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

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

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

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

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

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

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

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