#817A40

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

Shades of Go Ben #817A40

Tints of Go Ben #817A40

Color information

#817A40 (or 0x817A40) is unknown color: approx Go Ben. HEX triplet: 81, 7A and 40. RGB value is (129,122,64). Sum of RGB (Red+Green+Blue) = 129+122+64=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #817A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A40 is #7E85BF. Grayscale: #757575. Windows color (decimal): -8291776 or 4225665. OLE color: 4225665.

HSL color Cylindrical-coordinate representation of color #817A40: hue angle of 53.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817A40 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12912264-
CMYK00.050.500.49
HSL53.54º33.68%37.84%-
HSV(B)53.54º50.39%50.59%-
XYZ16.9418.967.62-
YUV117.4897.82136.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=40.95%
G=38.73%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291226400.050.500.4953.5433.6837.84
Hex817A40053231362226
Octal201172100056261664246
Binary10000001111101010000000101110010110001110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A40; }

 p { color: rgb(129,122,64); }

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

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

 a { background-color: rgb(129,122,64); }

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

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

 span { border-color: rgb(129,122,64); }

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