Shades of Go Ben #81743C
Tints of Go Ben #81743C
RGB
CMYK
RGB Variations
Color information
#81743C (or 0x81743C) is known color: Go Ben. HEX triplet: 81, 74 and 3C. RGB value is (129,116,60). Sum of RGB (Red+Green+Blue) = 129+116+60=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81743C is #7E8BC3. Grayscale: #717171. Windows color (decimal): -8293316 or 3961985. OLE color: 3961985.
HSL color Cylindrical-coordinate representation of color #81743C: hue angle of 48.7º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81743C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 116 | 60 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.49 |
| HSL | 48.7º | 0.37% | 0.37% | - |
| HSV(B) | 48.7º | 0.53% | 0.51% | - |
| XYZ | 16.11 | 17.48 | 6.8 | - |
| YUV | 113.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 60 | 0 | 0.10 | 0.53 | 0.49 | 48.7 | 0.37 | 0.37 |
| Hex | 81 | 74 | 3C | 0 | A | 35 | 31 | 31 | 25 | 25 |
| Octal | 201 | 164 | 74 | 0 | 12 | 65 | 61 | 61 | 45 | 45 |
| Binary | 10000001 | 1110100 | 111100 | 0 | 1010 | 110101 | 110001 | 110001 | 100101 | 100101 |
Color Harmonies of #81743C
Complementary color
Monochromatic Colors of #81743C
Black with #81743C
Text Example
Text Example
White with #81743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81743C; }
p { color: rgb(129,116,60); }
H1.HeaderClassName
{
color: #81743C;
}
.AnyTagClassName
{
color: #81743C;
}
</style>
background-color css
<style>
a { background-color: #81743C; }
a { background-color: rgb(129,116,60); }
div.DivClassName
{
background-color: #81743C;
}
.BgClassName
{
background-color: #81743C;
}
</style>
border-color css
<style>
span { border-color: #81743C; }
span { border-color: rgb(129,116,60); }
td.TdClassName
{
border-color: #81743C;
}
.TagClassName
{
border-color: #81743C;
}
</style>