Shades of Go Ben #817142
Tints of Go Ben #817142
RGB
CMYK
RGB Variations
Color information
#817142 (or 0x817142) is known color: Go Ben. HEX triplet: 81, 71 and 42. RGB value is (129,113,66). Sum of RGB (Red+Green+Blue) = 129+113+66=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #817142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817142 is #7E8EBD. Grayscale: #707070. Windows color (decimal): -8294078 or 4354433. OLE color: 4354433.
HSL color Cylindrical-coordinate representation of color #817142: hue angle of 44.76º 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 #817142 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 66 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.49 |
| HSL | 44.76º | 0.32% | 0.38% | - |
| HSV(B) | 44.76º | 0.49% | 0.51% | - |
| XYZ | 15.94 | 16.87 | 7.57 | - |
| YUV | 112.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 66 | 0 | 0.12 | 0.49 | 0.49 | 44.76 | 0.32 | 0.38 |
| Hex | 81 | 71 | 42 | 0 | C | 31 | 31 | 2D | 20 | 26 |
| Octal | 201 | 161 | 102 | 0 | 14 | 61 | 61 | 55 | 40 | 46 |
| Binary | 10000001 | 1110001 | 1000010 | 0 | 1100 | 110001 | 110001 | 101101 | 100000 | 100110 |
Color Harmonies of #817142
Complementary color
Monochromatic Colors of #817142
Black with #817142
Text Example
Text Example
White with #817142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817142; }
p { color: rgb(129,113,66); }
H1.HeaderClassName
{
color: #817142;
}
.AnyTagClassName
{
color: #817142;
}
</style>
background-color css
<style>
a { background-color: #817142; }
a { background-color: rgb(129,113,66); }
div.DivClassName
{
background-color: #817142;
}
.BgClassName
{
background-color: #817142;
}
</style>
border-color css
<style>
span { border-color: #817142; }
span { border-color: rgb(129,113,66); }
td.TdClassName
{
border-color: #817142;
}
.TagClassName
{
border-color: #817142;
}
</style>