Shades of Go Ben #817949
Tints of Go Ben #817949
RGB
CMYK
RGB Variations
Color information
#817949 (or 0x817949) is known color: Go Ben. HEX triplet: 81, 79 and 49. RGB value is (129,121,73). Sum of RGB (Red+Green+Blue) = 129+121+73=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #817949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817949 is #7E86B6. Grayscale: #767676. Windows color (decimal): -8292023 or 4815233. OLE color: 4815233.
HSL color Cylindrical-coordinate representation of color #817949: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817949 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 73 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.49 |
| HSL | 51.43º | 0.28% | 0.4% | - |
| HSV(B) | 51.43º | 0.43% | 0.51% | - |
| XYZ | 17.09 | 18.82 | 9.04 | - |
| YUV | 117.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 73 | 0 | 0.06 | 0.43 | 0.49 | 51.43 | 0.28 | 0.4 |
| Hex | 81 | 79 | 49 | 0 | 6 | 2B | 31 | 33 | 1C | 28 |
| Octal | 201 | 171 | 111 | 0 | 6 | 53 | 61 | 63 | 34 | 50 |
| Binary | 10000001 | 1111001 | 1001001 | 0 | 110 | 101011 | 110001 | 110011 | 11100 | 101000 |
Color Harmonies of #817949
Complementary color
Monochromatic Colors of #817949
Black with #817949
Text Example
Text Example
White with #817949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817949; }
p { color: rgb(129,121,73); }
H1.HeaderClassName
{
color: #817949;
}
.AnyTagClassName
{
color: #817949;
}
</style>
background-color css
<style>
a { background-color: #817949; }
a { background-color: rgb(129,121,73); }
div.DivClassName
{
background-color: #817949;
}
.BgClassName
{
background-color: #817949;
}
</style>
border-color css
<style>
span { border-color: #817949; }
span { border-color: rgb(129,121,73); }
td.TdClassName
{
border-color: #817949;
}
.TagClassName
{
border-color: #817949;
}
</style>