Shades of Go Ben #736F4B
Tints of Go Ben #736F4B
RGB
CMYK
RGB Variations
Color information
#736F4B (or 0x736F4B) is known color: Go Ben. HEX triplet: 73, 6F and 4B. RGB value is (115,111,75). Sum of RGB (Red+Green+Blue) = 115+111+75=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F4B is #8C90B4. Grayscale: #6C6C6C. Windows color (decimal): -9212085 or 4943731. OLE color: 4943731.
HSL color Cylindrical-coordinate representation of color #736F4B: hue angle of 54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #736F4B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 75 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.55 |
| HSL | 54º | 0.21% | 0.37% | - |
| HSV(B) | 54º | 0.35% | 0.45% | - |
| XYZ | 14.02 | 15.52 | 8.91 | - |
| YUV | 108.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 75 | 0 | 0.03 | 0.35 | 0.55 | 54 | 0.21 | 0.37 |
| Hex | 73 | 6F | 4B | 0 | 3 | 23 | 37 | 36 | 15 | 25 |
| Octal | 163 | 157 | 113 | 0 | 3 | 43 | 67 | 66 | 25 | 45 |
| Binary | 1110011 | 1101111 | 1001011 | 0 | 11 | 100011 | 110111 | 110110 | 10101 | 100101 |
Color Harmonies of #736F4B
Complementary color
Monochromatic Colors of #736F4B
Black with #736F4B
Text Example
Text Example
White with #736F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F4B; }
p { color: rgb(115,111,75); }
H1.HeaderClassName
{
color: #736F4B;
}
.AnyTagClassName
{
color: #736F4B;
}
</style>
background-color css
<style>
a { background-color: #736F4B; }
a { background-color: rgb(115,111,75); }
div.DivClassName
{
background-color: #736F4B;
}
.BgClassName
{
background-color: #736F4B;
}
</style>
border-color css
<style>
span { border-color: #736F4B; }
span { border-color: rgb(115,111,75); }
td.TdClassName
{
border-color: #736F4B;
}
.TagClassName
{
border-color: #736F4B;
}
</style>