Shades of Go Ben #736A48
Tints of Go Ben #736A48
RGB
CMYK
RGB Variations
Color information
#736A48 (or 0x736A48) is known color: Go Ben. HEX triplet: 73, 6A and 48. RGB value is (115,106,72). Sum of RGB (Red+Green+Blue) = 115+106+72=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #736A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A48 is #8C95B7. Grayscale: #686868. Windows color (decimal): -9213368 or 4745843. OLE color: 4745843.
HSL color Cylindrical-coordinate representation of color #736A48: hue angle of 47.44º 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 #736A48 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 72 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.55 |
| HSL | 47.44º | 0.23% | 0.37% | - |
| HSV(B) | 47.44º | 0.37% | 0.45% | - |
| XYZ | 13.39 | 14.42 | 8.21 | - |
| YUV | 104.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 72 | 0 | 0.08 | 0.37 | 0.55 | 47.44 | 0.23 | 0.37 |
| Hex | 73 | 6A | 48 | 0 | 8 | 25 | 37 | 2F | 17 | 25 |
| Octal | 163 | 152 | 110 | 0 | 10 | 45 | 67 | 57 | 27 | 45 |
| Binary | 1110011 | 1101010 | 1001000 | 0 | 1000 | 100101 | 110111 | 101111 | 10111 | 100101 |
Color Harmonies of #736A48
Complementary color
Monochromatic Colors of #736A48
Black with #736A48
Text Example
Text Example
White with #736A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A48; }
p { color: rgb(115,106,72); }
H1.HeaderClassName
{
color: #736A48;
}
.AnyTagClassName
{
color: #736A48;
}
</style>
background-color css
<style>
a { background-color: #736A48; }
a { background-color: rgb(115,106,72); }
div.DivClassName
{
background-color: #736A48;
}
.BgClassName
{
background-color: #736A48;
}
</style>
border-color css
<style>
span { border-color: #736A48; }
span { border-color: rgb(115,106,72); }
td.TdClassName
{
border-color: #736A48;
}
.TagClassName
{
border-color: #736A48;
}
</style>