Shades of Go Ben #736E4A
Tints of Go Ben #736E4A
RGB
CMYK
RGB Variations
Color information
#736E4A (or 0x736E4A) is known color: Go Ben. HEX triplet: 73, 6E and 4A. RGB value is (115,110,74). Sum of RGB (Red+Green+Blue) = 115+110+74=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E4A is #8C91B5. Grayscale: #6B6B6B. Windows color (decimal): -9212342 or 4877939. OLE color: 4877939.
HSL color Cylindrical-coordinate representation of color #736E4A: hue angle of 52.68º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736E4A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 74 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.55 |
| HSL | 52.68º | 0.22% | 0.37% | - |
| HSV(B) | 52.68º | 0.36% | 0.45% | - |
| XYZ | 13.88 | 15.29 | 8.7 | - |
| YUV | 107.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 74 | 0 | 0.04 | 0.36 | 0.55 | 52.68 | 0.22 | 0.37 |
| Hex | 73 | 6E | 4A | 0 | 4 | 24 | 37 | 35 | 16 | 25 |
| Octal | 163 | 156 | 112 | 0 | 4 | 44 | 67 | 65 | 26 | 45 |
| Binary | 1110011 | 1101110 | 1001010 | 0 | 100 | 100100 | 110111 | 110101 | 10110 | 100101 |
Color Harmonies of #736E4A
Complementary color
Monochromatic Colors of #736E4A
Black with #736E4A
Text Example
Text Example
White with #736E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E4A; }
p { color: rgb(115,110,74); }
H1.HeaderClassName
{
color: #736E4A;
}
.AnyTagClassName
{
color: #736E4A;
}
</style>
background-color css
<style>
a { background-color: #736E4A; }
a { background-color: rgb(115,110,74); }
div.DivClassName
{
background-color: #736E4A;
}
.BgClassName
{
background-color: #736E4A;
}
</style>
border-color css
<style>
span { border-color: #736E4A; }
span { border-color: rgb(115,110,74); }
td.TdClassName
{
border-color: #736E4A;
}
.TagClassName
{
border-color: #736E4A;
}
</style>