Shades of Go Ben #85763E
Tints of Go Ben #85763E
RGB
CMYK
RGB Variations
Color information
#85763E (or 0x85763E) is known color: Go Ben. HEX triplet: 85, 76 and 3E. RGB value is (133,118,62). Sum of RGB (Red+Green+Blue) = 133+118+62=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85763E is #7A89C1. Grayscale: #747474. Windows color (decimal): -8030658 or 4093573. OLE color: 4093573.
HSL color Cylindrical-coordinate representation of color #85763E: hue angle of 47.32º 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 #85763E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 62 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.48 |
| HSL | 47.32º | 0.36% | 0.38% | - |
| HSV(B) | 47.32º | 0.53% | 0.52% | - |
| XYZ | 17.02 | 18.29 | 7.19 | - |
| YUV | 116.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 62 | 0 | 0.11 | 0.53 | 0.48 | 47.32 | 0.36 | 0.38 |
| Hex | 85 | 76 | 3E | 0 | B | 35 | 30 | 2F | 24 | 26 |
| Octal | 205 | 166 | 76 | 0 | 13 | 65 | 60 | 57 | 44 | 46 |
| Binary | 10000101 | 1110110 | 111110 | 0 | 1011 | 110101 | 110000 | 101111 | 100100 | 100110 |
Color Harmonies of #85763E
Complementary color
Monochromatic Colors of #85763E
Black with #85763E
Text Example
Text Example
White with #85763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85763E; }
p { color: rgb(133,118,62); }
H1.HeaderClassName
{
color: #85763E;
}
.AnyTagClassName
{
color: #85763E;
}
</style>
background-color css
<style>
a { background-color: #85763E; }
a { background-color: rgb(133,118,62); }
div.DivClassName
{
background-color: #85763E;
}
.BgClassName
{
background-color: #85763E;
}
</style>
border-color css
<style>
span { border-color: #85763E; }
span { border-color: rgb(133,118,62); }
td.TdClassName
{
border-color: #85763E;
}
.TagClassName
{
border-color: #85763E;
}
</style>