Shades of Highball #817D41
Tints of Highball #817D41
RGB
CMYK
RGB Variations
Color information
#817D41 (or 0x817D41) is known color: 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
| RGB | 129 | 125 | 65 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.49 |
| HSL | 56.25º | 0.33% | 0.38% | - |
| HSV(B) | 56.25º | 0.5% | 0.51% | - |
| XYZ | 17.34 | 19.72 | 7.89 | - |
| YUV | 119.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 65 | 0 | 0.03 | 0.50 | 0.49 | 56.25 | 0.33 | 0.38 |
| Hex | 81 | 7D | 41 | 0 | 3 | 32 | 31 | 38 | 21 | 26 |
| Octal | 201 | 175 | 101 | 0 | 3 | 62 | 61 | 70 | 41 | 46 |
| Binary | 10000001 | 1111101 | 1000001 | 0 | 11 | 110010 | 110001 | 111000 | 100001 | 100110 |
Color Harmonies of #817D41
Complementary color
Monochromatic Colors of #817D41
Black with #817D41
Text Example
Text Example
White with #817D41
Text Example
Text Example
HTML Codes & Css Web 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>