Shades of Go Ben #817842
Tints of Go Ben #817842
RGB
CMYK
RGB Variations
Color information
#817842 (or 0x817842) is known color: Go Ben. HEX triplet: 81, 78 and 42. RGB value is (129,120,66). Sum of RGB (Red+Green+Blue) = 129+120+66=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #817842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817842 is #7E87BD. Grayscale: #747474. Windows color (decimal): -8292286 or 4356225. OLE color: 4356225.
HSL color Cylindrical-coordinate representation of color #817842: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817842 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 66 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.49 |
| HSL | 51.43º | 0.32% | 0.38% | - |
| HSV(B) | 51.43º | 0.49% | 0.51% | - |
| XYZ | 16.75 | 18.49 | 7.84 | - |
| YUV | 116.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 66 | 0 | 0.07 | 0.49 | 0.49 | 51.43 | 0.32 | 0.38 |
| Hex | 81 | 78 | 42 | 0 | 7 | 31 | 31 | 33 | 20 | 26 |
| Octal | 201 | 170 | 102 | 0 | 7 | 61 | 61 | 63 | 40 | 46 |
| Binary | 10000001 | 1111000 | 1000010 | 0 | 111 | 110001 | 110001 | 110011 | 100000 | 100110 |
Color Harmonies of #817842
Complementary color
Monochromatic Colors of #817842
Black with #817842
Text Example
Text Example
White with #817842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817842; }
p { color: rgb(129,120,66); }
H1.HeaderClassName
{
color: #817842;
}
.AnyTagClassName
{
color: #817842;
}
</style>
background-color css
<style>
a { background-color: #817842; }
a { background-color: rgb(129,120,66); }
div.DivClassName
{
background-color: #817842;
}
.BgClassName
{
background-color: #817842;
}
</style>
border-color css
<style>
span { border-color: #817842; }
span { border-color: rgb(129,120,66); }
td.TdClassName
{
border-color: #817842;
}
.TagClassName
{
border-color: #817842;
}
</style>