Shades of Go Ben #736F49
Tints of Go Ben #736F49
RGB
CMYK
RGB Variations
Color information
#736F49 (or 0x736F49) is known color: Go Ben. HEX triplet: 73, 6F and 49. RGB value is (115,111,73). Sum of RGB (Red+Green+Blue) = 115+111+73=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F49 is #8C90B6. Grayscale: #6C6C6C. Windows color (decimal): -9212087 or 4812659. OLE color: 4812659.
HSL color Cylindrical-coordinate representation of color #736F49: hue angle of 54.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736F49 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 73 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.55 |
| HSL | 54.29º | 0.22% | 0.37% | - |
| HSV(B) | 54.29º | 0.37% | 0.45% | - |
| XYZ | 13.96 | 15.49 | 8.56 | - |
| YUV | 107.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 73 | 0 | 0.03 | 0.37 | 0.55 | 54.29 | 0.22 | 0.37 |
| Hex | 73 | 6F | 49 | 0 | 3 | 25 | 37 | 36 | 16 | 25 |
| Octal | 163 | 157 | 111 | 0 | 3 | 45 | 67 | 66 | 26 | 45 |
| Binary | 1110011 | 1101111 | 1001001 | 0 | 11 | 100101 | 110111 | 110110 | 10110 | 100101 |
Color Harmonies of #736F49
Complementary color
Monochromatic Colors of #736F49
Black with #736F49
Text Example
Text Example
White with #736F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F49; }
p { color: rgb(115,111,73); }
H1.HeaderClassName
{
color: #736F49;
}
.AnyTagClassName
{
color: #736F49;
}
</style>
background-color css
<style>
a { background-color: #736F49; }
a { background-color: rgb(115,111,73); }
div.DivClassName
{
background-color: #736F49;
}
.BgClassName
{
background-color: #736F49;
}
</style>
border-color css
<style>
span { border-color: #736F49; }
span { border-color: rgb(115,111,73); }
td.TdClassName
{
border-color: #736F49;
}
.TagClassName
{
border-color: #736F49;
}
</style>