#807142

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

Shades of Go Ben #807142

Tints of Go Ben #807142

Color information

#807142 (or 0x807142) is unknown color: approx Go Ben. HEX triplet: 80, 71 and 42. RGB value is (128,113,66). Sum of RGB (Red+Green+Blue) = 128+113+66=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #807142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807142 is #7F8EBD. Grayscale: #707070. Windows color (decimal): -8359614 or 4354432. OLE color: 4354432.

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

Color convert

RGB12811366-
CMYK00.120.480.50
HSL45.48º31.96%38.04%-
HSV(B)45.48º48.44%50.2%-
XYZ15.7916.797.56-
YUV112.13101.97139.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=41.69%
G=36.81%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281136600.120.480.5045.4831.9638.04
Hex8071420C30322d2026
Octal2001611020146062554046
Binary100000001110001100001001100110000110010101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807142; }

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

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

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

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

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

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

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

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