Shades of Go Ben #85733F
Tints of Go Ben #85733F
RGB
CMYK
RGB Variations
Color information
#85733F (or 0x85733F) is known color: Go Ben. HEX triplet: 85, 73 and 3F. RGB value is (133,115,63). Sum of RGB (Red+Green+Blue) = 133+115+63=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85733F is #7A8CC0. Grayscale: #727272. Windows color (decimal): -8031425 or 4158341. OLE color: 4158341.
HSL color Cylindrical-coordinate representation of color #85733F: hue angle of 44.57º 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 #85733F is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 63 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.48 |
| HSL | 44.57º | 0.36% | 0.38% | - |
| HSV(B) | 44.57º | 0.53% | 0.52% | - |
| XYZ | 16.7 | 17.61 | 7.22 | - |
| YUV | 114.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 63 | 0 | 0.14 | 0.53 | 0.48 | 44.57 | 0.36 | 0.38 |
| Hex | 85 | 73 | 3F | 0 | E | 35 | 30 | 2D | 24 | 26 |
| Octal | 205 | 163 | 77 | 0 | 16 | 65 | 60 | 55 | 44 | 46 |
| Binary | 10000101 | 1110011 | 111111 | 0 | 1110 | 110101 | 110000 | 101101 | 100100 | 100110 |
Color Harmonies of #85733F
Complementary color
Monochromatic Colors of #85733F
Black with #85733F
Text Example
Text Example
White with #85733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85733F; }
p { color: rgb(133,115,63); }
H1.HeaderClassName
{
color: #85733F;
}
.AnyTagClassName
{
color: #85733F;
}
</style>
background-color css
<style>
a { background-color: #85733F; }
a { background-color: rgb(133,115,63); }
div.DivClassName
{
background-color: #85733F;
}
.BgClassName
{
background-color: #85733F;
}
</style>
border-color css
<style>
span { border-color: #85733F; }
span { border-color: rgb(133,115,63); }
td.TdClassName
{
border-color: #85733F;
}
.TagClassName
{
border-color: #85733F;
}
</style>