Shades of Go Ben #817741
Tints of Go Ben #817741
RGB
CMYK
RGB Variations
Color information
#817741 (or 0x817741) is known color: Go Ben. HEX triplet: 81, 77 and 41. RGB value is (129,119,65). Sum of RGB (Red+Green+Blue) = 129+119+65=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #817741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817741 is #7E88BE. Grayscale: #747474. Windows color (decimal): -8292543 or 4290433. OLE color: 4290433.
HSL color Cylindrical-coordinate representation of color #817741: hue angle of 50.62º 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 #817741 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 65 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.49 |
| HSL | 50.63º | 0.33% | 0.38% | - |
| HSV(B) | 50.63º | 0.5% | 0.51% | - |
| XYZ | 16.6 | 18.24 | 7.65 | - |
| YUV | 115.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 65 | 0 | 0.08 | 0.50 | 0.49 | 50.63 | 0.33 | 0.38 |
| Hex | 81 | 77 | 41 | 0 | 8 | 32 | 31 | 33 | 21 | 26 |
| Octal | 201 | 167 | 101 | 0 | 10 | 62 | 61 | 63 | 41 | 46 |
| Binary | 10000001 | 1110111 | 1000001 | 0 | 1000 | 110010 | 110001 | 110011 | 100001 | 100110 |
Color Harmonies of #817741
Complementary color
Monochromatic Colors of #817741
Black with #817741
Text Example
Text Example
White with #817741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817741; }
p { color: rgb(129,119,65); }
H1.HeaderClassName
{
color: #817741;
}
.AnyTagClassName
{
color: #817741;
}
</style>
background-color css
<style>
a { background-color: #817741; }
a { background-color: rgb(129,119,65); }
div.DivClassName
{
background-color: #817741;
}
.BgClassName
{
background-color: #817741;
}
</style>
border-color css
<style>
span { border-color: #817741; }
span { border-color: rgb(129,119,65); }
td.TdClassName
{
border-color: #817741;
}
.TagClassName
{
border-color: #817741;
}
</style>