#817D41

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

Shades of Highball #817D41

Tints of Highball #817D41

Color information

#817D41 (or 0x817D41) is unknown color: approx Highball. HEX triplet: 81, 7D and 41. RGB value is (129,125,65). Sum of RGB (Red+Green+Blue) = 129+125+65=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #817D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D41 is #7E82BE. Grayscale: #777777. Windows color (decimal): -8291007 or 4291969. OLE color: 4291969.

HSL color Cylindrical-coordinate representation of color #817D41: hue angle of 56.25º degrees, saturation: 0.33, 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 #817D41 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12912565-
CMYK00.030.500.49
HSL56.25º32.99%38.04%-
HSV(B)56.25º49.61%50.59%-
XYZ17.3419.727.89-
YUV119.3697.33134.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=40.44%
G=39.18%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291256500.030.500.4956.2532.9938.04
Hex817D41033231382126
Octal201175101036261704146
Binary1000000111111011000001011110010110001111000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,65); }

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

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

 a { background-color: rgb(129,125,65); }

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

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

 span { border-color: rgb(129,125,65); }

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