#817F3F

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

Shades of Highball #817F3F

Tints of Highball #817F3F

Color information

#817F3F (or 0x817F3F) is unknown color: approx Highball. HEX triplet: 81, 7F and 3F. RGB value is (129,127,63). Sum of RGB (Red+Green+Blue) = 129+127+63=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #817F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F3F is #7E80C0. Grayscale: #787878. Windows color (decimal): -8290497 or 4161409. OLE color: 4161409.

HSL color Cylindrical-coordinate representation of color #817F3F: hue angle of 58.18º 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 #817F3F is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB12912763-
CMYK00.020.510.49
HSL58.18º34.38%37.65%-
HSV(B)58.18º51.16%50.59%-
XYZ17.5420.27.68-
YUV120.395.66134.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 63 (25% from 255) = 19.75%
R=40.44%
G=39.81%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291276300.020.510.4958.1834.3837.65
Hex817F3F0233313a2226
Octal20117777026361724246
Binary100000011111111111111010110011110001111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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