Shades of Go Ben #736C48
Tints of Go Ben #736C48
RGB
CMYK
RGB Variations
Color information
#736C48 (or 0x736C48) is known color: Go Ben. HEX triplet: 73, 6C and 48. RGB value is (115,108,72). Sum of RGB (Red+Green+Blue) = 115+108+72=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #736C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C48 is #8C93B7. Grayscale: #6A6A6A. Windows color (decimal): -9212856 or 4746355. OLE color: 4746355.
HSL color Cylindrical-coordinate representation of color #736C48: hue angle of 50.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736C48 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 72 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.55 |
| HSL | 50.23º | 0.23% | 0.37% | - |
| HSV(B) | 50.23º | 0.37% | 0.45% | - |
| XYZ | 13.6 | 14.84 | 8.28 | - |
| YUV | 105.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 72 | 0 | 0.06 | 0.37 | 0.55 | 50.23 | 0.23 | 0.37 |
| Hex | 73 | 6C | 48 | 0 | 6 | 25 | 37 | 32 | 17 | 25 |
| Octal | 163 | 154 | 110 | 0 | 6 | 45 | 67 | 62 | 27 | 45 |
| Binary | 1110011 | 1101100 | 1001000 | 0 | 110 | 100101 | 110111 | 110010 | 10111 | 100101 |
Color Harmonies of #736C48
Complementary color
Monochromatic Colors of #736C48
Black with #736C48
Text Example
Text Example
White with #736C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C48; }
p { color: rgb(115,108,72); }
H1.HeaderClassName
{
color: #736C48;
}
.AnyTagClassName
{
color: #736C48;
}
</style>
background-color css
<style>
a { background-color: #736C48; }
a { background-color: rgb(115,108,72); }
div.DivClassName
{
background-color: #736C48;
}
.BgClassName
{
background-color: #736C48;
}
</style>
border-color css
<style>
span { border-color: #736C48; }
span { border-color: rgb(115,108,72); }
td.TdClassName
{
border-color: #736C48;
}
.TagClassName
{
border-color: #736C48;
}
</style>