Shades of Go Ben #736E45
Tints of Go Ben #736E45
RGB
CMYK
RGB Variations
Color information
#736E45 (or 0x736E45) is known color: Go Ben. HEX triplet: 73, 6E and 45. RGB value is (115,110,69). Sum of RGB (Red+Green+Blue) = 115+110+69=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #736E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E45 is #8C91BA. Grayscale: #6A6A6A. Windows color (decimal): -9212347 or 4550259. OLE color: 4550259.
HSL color Cylindrical-coordinate representation of color #736E45: hue angle of 53.48º 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 #736E45 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 69 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.55 |
| HSL | 53.48º | 0.25% | 0.36% | - |
| HSV(B) | 53.48º | 0.4% | 0.45% | - |
| XYZ | 13.72 | 15.23 | 7.85 | - |
| YUV | 106.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 69 | 0 | 0.04 | 0.4 | 0.55 | 53.48 | 0.25 | 0.36 |
| Hex | 73 | 6E | 45 | 0 | 4 | 28 | 37 | 35 | 19 | 24 |
| Octal | 163 | 156 | 105 | 0 | 4 | 50 | 67 | 65 | 31 | 44 |
| Binary | 1110011 | 1101110 | 1000101 | 0 | 100 | 101000 | 110111 | 110101 | 11001 | 100100 |
Color Harmonies of #736E45
Complementary color
Monochromatic Colors of #736E45
Black with #736E45
Text Example
Text Example
White with #736E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E45; }
p { color: rgb(115,110,69); }
H1.HeaderClassName
{
color: #736E45;
}
.AnyTagClassName
{
color: #736E45;
}
</style>
background-color css
<style>
a { background-color: #736E45; }
a { background-color: rgb(115,110,69); }
div.DivClassName
{
background-color: #736E45;
}
.BgClassName
{
background-color: #736E45;
}
</style>
border-color css
<style>
span { border-color: #736E45; }
span { border-color: rgb(115,110,69); }
td.TdClassName
{
border-color: #736E45;
}
.TagClassName
{
border-color: #736E45;
}
</style>