#817A3F

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

Shades of Go Ben #817A3F

Tints of Go Ben #817A3F

Color information

#817A3F (or 0x817A3F) is unknown color: approx Go Ben. HEX triplet: 81, 7A and 3F. RGB value is (129,122,63). Sum of RGB (Red+Green+Blue) = 129+122+63=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #817A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A3F is #7E85C0. Grayscale: #757575. Windows color (decimal): -8291777 or 4160129. OLE color: 4160129.

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

Color convert

RGB12912263-
CMYK00.050.510.49
HSL53.64º34.38%37.65%-
HSV(B)53.64º51.16%50.59%-
XYZ16.9118.957.47-
YUV117.3797.32136.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 63 (25% from 255) = 20.06%
R=41.08%
G=38.85%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291226300.050.510.4953.6434.3837.65
Hex817A3F053331362226
Octal20117277056361664246
Binary1000000111110101111110101110011110001110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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