Shades of Go Ben #817141
Tints of Go Ben #817141
RGB
CMYK
RGB Variations
Color information
#817141 (or 0x817141) is known color: Go Ben. HEX triplet: 81, 71 and 41. RGB value is (129,113,65). Sum of RGB (Red+Green+Blue) = 129+113+65=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #817141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817141 is #7E8EBE. Grayscale: #707070. Windows color (decimal): -8294079 or 4288897. OLE color: 4288897.
HSL color Cylindrical-coordinate representation of color #817141: hue angle of 45º 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 #817141 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 65 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.49 |
| HSL | 45º | 0.33% | 0.38% | - |
| HSV(B) | 45º | 0.5% | 0.51% | - |
| XYZ | 15.91 | 16.86 | 7.42 | - |
| YUV | 112.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 65 | 0 | 0.12 | 0.50 | 0.49 | 45 | 0.33 | 0.38 |
| Hex | 81 | 71 | 41 | 0 | C | 32 | 31 | 2D | 21 | 26 |
| Octal | 201 | 161 | 101 | 0 | 14 | 62 | 61 | 55 | 41 | 46 |
| Binary | 10000001 | 1110001 | 1000001 | 0 | 1100 | 110010 | 110001 | 101101 | 100001 | 100110 |
Color Harmonies of #817141
Complementary color
Monochromatic Colors of #817141
Black with #817141
Text Example
Text Example
White with #817141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817141; }
p { color: rgb(129,113,65); }
H1.HeaderClassName
{
color: #817141;
}
.AnyTagClassName
{
color: #817141;
}
</style>
background-color css
<style>
a { background-color: #817141; }
a { background-color: rgb(129,113,65); }
div.DivClassName
{
background-color: #817141;
}
.BgClassName
{
background-color: #817141;
}
</style>
border-color css
<style>
span { border-color: #817141; }
span { border-color: rgb(129,113,65); }
td.TdClassName
{
border-color: #817141;
}
.TagClassName
{
border-color: #817141;
}
</style>