Shades of Go Ben #85743F
Tints of Go Ben #85743F
RGB
CMYK
RGB Variations
Color information
#85743F (or 0x85743F) is known color: Go Ben. HEX triplet: 85, 74 and 3F. RGB value is (133,116,63). Sum of RGB (Red+Green+Blue) = 133+116+63=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85743F is #7A8BC0. Grayscale: #737373. Windows color (decimal): -8031169 or 4158597. OLE color: 4158597.
HSL color Cylindrical-coordinate representation of color #85743F: hue angle of 45.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85743F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 63 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.48 |
| HSL | 45.43º | 0.36% | 0.38% | - |
| HSV(B) | 45.43º | 0.53% | 0.52% | - |
| XYZ | 16.82 | 17.84 | 7.26 | - |
| YUV | 115.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 63 | 0 | 0.13 | 0.53 | 0.48 | 45.43 | 0.36 | 0.38 |
| Hex | 85 | 74 | 3F | 0 | D | 35 | 30 | 2D | 24 | 26 |
| Octal | 205 | 164 | 77 | 0 | 15 | 65 | 60 | 55 | 44 | 46 |
| Binary | 10000101 | 1110100 | 111111 | 0 | 1101 | 110101 | 110000 | 101101 | 100100 | 100110 |
Color Harmonies of #85743F
Complementary color
Monochromatic Colors of #85743F
Black with #85743F
Text Example
Text Example
White with #85743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85743F; }
p { color: rgb(133,116,63); }
H1.HeaderClassName
{
color: #85743F;
}
.AnyTagClassName
{
color: #85743F;
}
</style>
background-color css
<style>
a { background-color: #85743F; }
a { background-color: rgb(133,116,63); }
div.DivClassName
{
background-color: #85743F;
}
.BgClassName
{
background-color: #85743F;
}
</style>
border-color css
<style>
span { border-color: #85743F; }
span { border-color: rgb(133,116,63); }
td.TdClassName
{
border-color: #85743F;
}
.TagClassName
{
border-color: #85743F;
}
</style>