Shades of Go Ben #817B40
Tints of Go Ben #817B40
RGB
CMYK
RGB Variations
Color information
#817B40 (or 0x817B40) is known color: Go Ben. HEX triplet: 81, 7B and 40. RGB value is (129,123,64). Sum of RGB (Red+Green+Blue) = 129+123+64=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #817B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B40 is #7E84BF. Grayscale: #767676. Windows color (decimal): -8291520 or 4225921. OLE color: 4225921.
HSL color Cylindrical-coordinate representation of color #817B40: hue angle of 54.46º degrees, saturation: 0.34, 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 #817B40 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 64 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.49 |
| HSL | 54.46º | 0.34% | 0.38% | - |
| HSV(B) | 54.46º | 0.5% | 0.51% | - |
| XYZ | 17.06 | 19.2 | 7.66 | - |
| YUV | 118.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 64 | 0 | 0.05 | 0.50 | 0.49 | 54.46 | 0.34 | 0.38 |
| Hex | 81 | 7B | 40 | 0 | 5 | 32 | 31 | 36 | 22 | 26 |
| Octal | 201 | 173 | 100 | 0 | 5 | 62 | 61 | 66 | 42 | 46 |
| Binary | 10000001 | 1111011 | 1000000 | 0 | 101 | 110010 | 110001 | 110110 | 100010 | 100110 |
Color Harmonies of #817B40
Complementary color
Monochromatic Colors of #817B40
Black with #817B40
Text Example
Text Example
White with #817B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B40; }
p { color: rgb(129,123,64); }
H1.HeaderClassName
{
color: #817B40;
}
.AnyTagClassName
{
color: #817B40;
}
</style>
background-color css
<style>
a { background-color: #817B40; }
a { background-color: rgb(129,123,64); }
div.DivClassName
{
background-color: #817B40;
}
.BgClassName
{
background-color: #817B40;
}
</style>
border-color css
<style>
span { border-color: #817B40; }
span { border-color: rgb(129,123,64); }
td.TdClassName
{
border-color: #817B40;
}
.TagClassName
{
border-color: #817B40;
}
</style>