Shades of Go Ben #736D45
Tints of Go Ben #736D45
RGB
CMYK
RGB Variations
Color information
#736D45 (or 0x736D45) is known color: Go Ben. HEX triplet: 73, 6D and 45. RGB value is (115,109,69). Sum of RGB (Red+Green+Blue) = 115+109+69=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #736D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D45 is #8C92BA. Grayscale: #6A6A6A. Windows color (decimal): -9212603 or 4550003. OLE color: 4550003.
HSL color Cylindrical-coordinate representation of color #736D45: hue angle of 52.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736D45 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 69 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.55 |
| HSL | 52.17º | 0.25% | 0.36% | - |
| HSV(B) | 52.17º | 0.4% | 0.45% | - |
| XYZ | 13.61 | 15.01 | 7.81 | - |
| YUV | 106.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 69 | 0 | 0.05 | 0.4 | 0.55 | 52.17 | 0.25 | 0.36 |
| Hex | 73 | 6D | 45 | 0 | 5 | 28 | 37 | 34 | 19 | 24 |
| Octal | 163 | 155 | 105 | 0 | 5 | 50 | 67 | 64 | 31 | 44 |
| Binary | 1110011 | 1101101 | 1000101 | 0 | 101 | 101000 | 110111 | 110100 | 11001 | 100100 |
Color Harmonies of #736D45
Complementary color
Monochromatic Colors of #736D45
Black with #736D45
Text Example
Text Example
White with #736D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D45; }
p { color: rgb(115,109,69); }
H1.HeaderClassName
{
color: #736D45;
}
.AnyTagClassName
{
color: #736D45;
}
</style>
background-color css
<style>
a { background-color: #736D45; }
a { background-color: rgb(115,109,69); }
div.DivClassName
{
background-color: #736D45;
}
.BgClassName
{
background-color: #736D45;
}
</style>
border-color css
<style>
span { border-color: #736D45; }
span { border-color: rgb(115,109,69); }
td.TdClassName
{
border-color: #736D45;
}
.TagClassName
{
border-color: #736D45;
}
</style>