Shades of Go Ben #736D42
Tints of Go Ben #736D42
RGB
CMYK
RGB Variations
Color information
#736D42 (or 0x736D42) is known color: Go Ben. HEX triplet: 73, 6D and 42. RGB value is (115,109,66). Sum of RGB (Red+Green+Blue) = 115+109+66=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #736D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D42 is #8C92BD. Grayscale: #6A6A6A. Windows color (decimal): -9212606 or 4353395. OLE color: 4353395.
HSL color Cylindrical-coordinate representation of color #736D42: hue angle of 52.65º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736D42 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 66 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.55 |
| HSL | 52.65º | 0.27% | 0.35% | - |
| HSV(B) | 52.65º | 0.43% | 0.45% | - |
| XYZ | 13.52 | 14.98 | 7.33 | - |
| YUV | 105.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 66 | 0 | 0.05 | 0.43 | 0.55 | 52.65 | 0.27 | 0.35 |
| Hex | 73 | 6D | 42 | 0 | 5 | 2B | 37 | 35 | 1B | 23 |
| Octal | 163 | 155 | 102 | 0 | 5 | 53 | 67 | 65 | 33 | 43 |
| Binary | 1110011 | 1101101 | 1000010 | 0 | 101 | 101011 | 110111 | 110101 | 11011 | 100011 |
Color Harmonies of #736D42
Complementary color
Monochromatic Colors of #736D42
Black with #736D42
Text Example
Text Example
White with #736D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D42; }
p { color: rgb(115,109,66); }
H1.HeaderClassName
{
color: #736D42;
}
.AnyTagClassName
{
color: #736D42;
}
</style>
background-color css
<style>
a { background-color: #736D42; }
a { background-color: rgb(115,109,66); }
div.DivClassName
{
background-color: #736D42;
}
.BgClassName
{
background-color: #736D42;
}
</style>
border-color css
<style>
span { border-color: #736D42; }
span { border-color: rgb(115,109,66); }
td.TdClassName
{
border-color: #736D42;
}
.TagClassName
{
border-color: #736D42;
}
</style>