Shades of Go Ben #736B49
Tints of Go Ben #736B49
RGB
CMYK
RGB Variations
Color information
#736B49 (or 0x736B49) is known color: Go Ben. HEX triplet: 73, 6B and 49. RGB value is (115,107,73). Sum of RGB (Red+Green+Blue) = 115+107+73=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B49 is #8C94B6. Grayscale: #696969. Windows color (decimal): -9213111 or 4811635. OLE color: 4811635.
HSL color Cylindrical-coordinate representation of color #736B49: hue angle of 48.57º 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 #736B49 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 73 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.55 |
| HSL | 48.57º | 0.22% | 0.37% | - |
| HSV(B) | 48.57º | 0.37% | 0.45% | - |
| XYZ | 13.53 | 14.64 | 8.42 | - |
| YUV | 105.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 73 | 0 | 0.07 | 0.37 | 0.55 | 48.57 | 0.22 | 0.37 |
| Hex | 73 | 6B | 49 | 0 | 7 | 25 | 37 | 31 | 16 | 25 |
| Octal | 163 | 153 | 111 | 0 | 7 | 45 | 67 | 61 | 26 | 45 |
| Binary | 1110011 | 1101011 | 1001001 | 0 | 111 | 100101 | 110111 | 110001 | 10110 | 100101 |
Color Harmonies of #736B49
Complementary color
Monochromatic Colors of #736B49
Black with #736B49
Text Example
Text Example
White with #736B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B49; }
p { color: rgb(115,107,73); }
H1.HeaderClassName
{
color: #736B49;
}
.AnyTagClassName
{
color: #736B49;
}
</style>
background-color css
<style>
a { background-color: #736B49; }
a { background-color: rgb(115,107,73); }
div.DivClassName
{
background-color: #736B49;
}
.BgClassName
{
background-color: #736B49;
}
</style>
border-color css
<style>
span { border-color: #736B49; }
span { border-color: rgb(115,107,73); }
td.TdClassName
{
border-color: #736B49;
}
.TagClassName
{
border-color: #736B49;
}
</style>