Shades of Go Ben #736B42
Tints of Go Ben #736B42
RGB
CMYK
RGB Variations
Color information
#736B42 (or 0x736B42) is known color: Go Ben. HEX triplet: 73, 6B and 42. RGB value is (115,107,66). Sum of RGB (Red+Green+Blue) = 115+107+66=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #736B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B42 is #8C94BD. Grayscale: #686868. Windows color (decimal): -9213118 or 4352883. OLE color: 4352883.
HSL color Cylindrical-coordinate representation of color #736B42: hue angle of 50.2º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736B42 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 66 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.55 |
| HSL | 50.2º | 0.27% | 0.35% | - |
| HSV(B) | 50.2º | 0.43% | 0.45% | - |
| XYZ | 13.31 | 14.55 | 7.26 | - |
| YUV | 104.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 66 | 0 | 0.07 | 0.43 | 0.55 | 50.2 | 0.27 | 0.35 |
| Hex | 73 | 6B | 42 | 0 | 7 | 2B | 37 | 32 | 1B | 23 |
| Octal | 163 | 153 | 102 | 0 | 7 | 53 | 67 | 62 | 33 | 43 |
| Binary | 1110011 | 1101011 | 1000010 | 0 | 111 | 101011 | 110111 | 110010 | 11011 | 100011 |
Color Harmonies of #736B42
Complementary color
Monochromatic Colors of #736B42
Black with #736B42
Text Example
Text Example
White with #736B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B42; }
p { color: rgb(115,107,66); }
H1.HeaderClassName
{
color: #736B42;
}
.AnyTagClassName
{
color: #736B42;
}
</style>
background-color css
<style>
a { background-color: #736B42; }
a { background-color: rgb(115,107,66); }
div.DivClassName
{
background-color: #736B42;
}
.BgClassName
{
background-color: #736B42;
}
</style>
border-color css
<style>
span { border-color: #736B42; }
span { border-color: rgb(115,107,66); }
td.TdClassName
{
border-color: #736B42;
}
.TagClassName
{
border-color: #736B42;
}
</style>