Shades of Go Ben #817848
Tints of Go Ben #817848
RGB
CMYK
RGB Variations
Color information
#817848 (or 0x817848) is known color: Go Ben. HEX triplet: 81, 78 and 48. RGB value is (129,120,72). Sum of RGB (Red+Green+Blue) = 129+120+72=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #817848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817848 is #7E87B7. Grayscale: #757575. Windows color (decimal): -8292280 or 4749441. OLE color: 4749441.
HSL color Cylindrical-coordinate representation of color #817848: hue angle of 50.53º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817848 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 72 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.49 |
| HSL | 50.53º | 0.28% | 0.39% | - |
| HSV(B) | 50.53º | 0.44% | 0.51% | - |
| XYZ | 16.94 | 18.57 | 8.82 | - |
| YUV | 117.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 72 | 0 | 0.07 | 0.44 | 0.49 | 50.53 | 0.28 | 0.39 |
| Hex | 81 | 78 | 48 | 0 | 7 | 2C | 31 | 33 | 1C | 27 |
| Octal | 201 | 170 | 110 | 0 | 7 | 54 | 61 | 63 | 34 | 47 |
| Binary | 10000001 | 1111000 | 1001000 | 0 | 111 | 101100 | 110001 | 110011 | 11100 | 100111 |
Color Harmonies of #817848
Complementary color
Monochromatic Colors of #817848
Black with #817848
Text Example
Text Example
White with #817848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817848; }
p { color: rgb(129,120,72); }
H1.HeaderClassName
{
color: #817848;
}
.AnyTagClassName
{
color: #817848;
}
</style>
background-color css
<style>
a { background-color: #817848; }
a { background-color: rgb(129,120,72); }
div.DivClassName
{
background-color: #817848;
}
.BgClassName
{
background-color: #817848;
}
</style>
border-color css
<style>
span { border-color: #817848; }
span { border-color: rgb(129,120,72); }
td.TdClassName
{
border-color: #817848;
}
.TagClassName
{
border-color: #817848;
}
</style>