Shades of Go Ben #807243
Tints of Go Ben #807243
RGB
CMYK
RGB Variations
Color information
#807243 (or 0x807243) is known color: Go Ben. HEX triplet: 80, 72 and 43. RGB value is (128,114,67). Sum of RGB (Red+Green+Blue) = 128+114+67=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #807243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807243 is #7F8DBC. Grayscale: #717171. Windows color (decimal): -8359357 or 4420224. OLE color: 4420224.
HSL color Cylindrical-coordinate representation of color #807243: hue angle of 46.23º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807243 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 67 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.50 |
| HSL | 46.23º | 0.31% | 0.38% | - |
| HSV(B) | 46.23º | 0.48% | 0.5% | - |
| XYZ | 15.93 | 17.03 | 7.76 | - |
| YUV | 112.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 67 | 0 | 0.11 | 0.48 | 0.50 | 46.23 | 0.31 | 0.38 |
| Hex | 80 | 72 | 43 | 0 | B | 30 | 32 | 2E | 1F | 26 |
| Octal | 200 | 162 | 103 | 0 | 13 | 60 | 62 | 56 | 37 | 46 |
| Binary | 10000000 | 1110010 | 1000011 | 0 | 1011 | 110000 | 110010 | 101110 | 11111 | 100110 |
Color Harmonies of #807243
Complementary color
Monochromatic Colors of #807243
Black with #807243
Text Example
Text Example
White with #807243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807243; }
p { color: rgb(128,114,67); }
H1.HeaderClassName
{
color: #807243;
}
.AnyTagClassName
{
color: #807243;
}
</style>
background-color css
<style>
a { background-color: #807243; }
a { background-color: rgb(128,114,67); }
div.DivClassName
{
background-color: #807243;
}
.BgClassName
{
background-color: #807243;
}
</style>
border-color css
<style>
span { border-color: #807243; }
span { border-color: rgb(128,114,67); }
td.TdClassName
{
border-color: #807243;
}
.TagClassName
{
border-color: #807243;
}
</style>