Shades of Go Ben #85783D
Tints of Go Ben #85783D
RGB
CMYK
RGB Variations
Color information
#85783D (or 0x85783D) is known color: Go Ben. HEX triplet: 85, 78 and 3D. RGB value is (133,120,61). Sum of RGB (Red+Green+Blue) = 133+120+61=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783D is #7A87C2. Grayscale: #757575. Windows color (decimal): -8030147 or 4028549. OLE color: 4028549.
HSL color Cylindrical-coordinate representation of color #85783D: hue angle of 49.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85783D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 61 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.48 |
| HSL | 49.17º | 0.37% | 0.38% | - |
| HSV(B) | 49.17º | 0.54% | 0.52% | - |
| XYZ | 17.23 | 18.76 | 7.13 | - |
| YUV | 117.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 61 | 0 | 0.10 | 0.54 | 0.48 | 49.17 | 0.37 | 0.38 |
| Hex | 85 | 78 | 3D | 0 | A | 36 | 30 | 31 | 25 | 26 |
| Octal | 205 | 170 | 75 | 0 | 12 | 66 | 60 | 61 | 45 | 46 |
| Binary | 10000101 | 1111000 | 111101 | 0 | 1010 | 110110 | 110000 | 110001 | 100101 | 100110 |
Color Harmonies of #85783D
Complementary color
Monochromatic Colors of #85783D
Black with #85783D
Text Example
Text Example
White with #85783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85783D; }
p { color: rgb(133,120,61); }
H1.HeaderClassName
{
color: #85783D;
}
.AnyTagClassName
{
color: #85783D;
}
</style>
background-color css
<style>
a { background-color: #85783D; }
a { background-color: rgb(133,120,61); }
div.DivClassName
{
background-color: #85783D;
}
.BgClassName
{
background-color: #85783D;
}
</style>
border-color css
<style>
span { border-color: #85783D; }
span { border-color: rgb(133,120,61); }
td.TdClassName
{
border-color: #85783D;
}
.TagClassName
{
border-color: #85783D;
}
</style>