Shades of Go Ben #736A45
Tints of Go Ben #736A45
RGB
CMYK
RGB Variations
Color information
#736A45 (or 0x736A45) is known color: Go Ben. HEX triplet: 73, 6A and 45. RGB value is (115,106,69). Sum of RGB (Red+Green+Blue) = 115+106+69=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #736A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A45 is #8C95BA. Grayscale: #686868. Windows color (decimal): -9213371 or 4549235. OLE color: 4549235.
HSL color Cylindrical-coordinate representation of color #736A45: hue angle of 48.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736A45 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 69 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.55 |
| HSL | 48.26º | 0.25% | 0.36% | - |
| HSV(B) | 48.26º | 0.4% | 0.45% | - |
| XYZ | 13.3 | 14.38 | 7.71 | - |
| YUV | 104.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 69 | 0 | 0.08 | 0.4 | 0.55 | 48.26 | 0.25 | 0.36 |
| Hex | 73 | 6A | 45 | 0 | 8 | 28 | 37 | 30 | 19 | 24 |
| Octal | 163 | 152 | 105 | 0 | 10 | 50 | 67 | 60 | 31 | 44 |
| Binary | 1110011 | 1101010 | 1000101 | 0 | 1000 | 101000 | 110111 | 110000 | 11001 | 100100 |
Color Harmonies of #736A45
Complementary color
Monochromatic Colors of #736A45
Black with #736A45
Text Example
Text Example
White with #736A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A45; }
p { color: rgb(115,106,69); }
H1.HeaderClassName
{
color: #736A45;
}
.AnyTagClassName
{
color: #736A45;
}
</style>
background-color css
<style>
a { background-color: #736A45; }
a { background-color: rgb(115,106,69); }
div.DivClassName
{
background-color: #736A45;
}
.BgClassName
{
background-color: #736A45;
}
</style>
border-color css
<style>
span { border-color: #736A45; }
span { border-color: rgb(115,106,69); }
td.TdClassName
{
border-color: #736A45;
}
.TagClassName
{
border-color: #736A45;
}
</style>