Shades of Go Ben #81753C
Tints of Go Ben #81753C
RGB
CMYK
RGB Variations
Color information
#81753C (or 0x81753C) is known color: Go Ben. HEX triplet: 81, 75 and 3C. RGB value is (129,117,60). Sum of RGB (Red+Green+Blue) = 129+117+60=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81753C is #7E8AC3. Grayscale: #727272. Windows color (decimal): -8293060 or 3962241. OLE color: 3962241.
HSL color Cylindrical-coordinate representation of color #81753C: hue angle of 49.57º 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 #81753C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 117 | 60 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.49 |
| HSL | 49.57º | 0.37% | 0.37% | - |
| HSV(B) | 49.57º | 0.53% | 0.51% | - |
| XYZ | 16.23 | 17.72 | 6.84 | - |
| YUV | 114.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 60 | 0 | 0.09 | 0.53 | 0.49 | 49.57 | 0.37 | 0.37 |
| Hex | 81 | 75 | 3C | 0 | 9 | 35 | 31 | 32 | 25 | 25 |
| Octal | 201 | 165 | 74 | 0 | 11 | 65 | 61 | 62 | 45 | 45 |
| Binary | 10000001 | 1110101 | 111100 | 0 | 1001 | 110101 | 110001 | 110010 | 100101 | 100101 |
Color Harmonies of #81753C
Complementary color
Monochromatic Colors of #81753C
Black with #81753C
Text Example
Text Example
White with #81753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81753C; }
p { color: rgb(129,117,60); }
H1.HeaderClassName
{
color: #81753C;
}
.AnyTagClassName
{
color: #81753C;
}
</style>
background-color css
<style>
a { background-color: #81753C; }
a { background-color: rgb(129,117,60); }
div.DivClassName
{
background-color: #81753C;
}
.BgClassName
{
background-color: #81753C;
}
</style>
border-color css
<style>
span { border-color: #81753C; }
span { border-color: rgb(129,117,60); }
td.TdClassName
{
border-color: #81753C;
}
.TagClassName
{
border-color: #81753C;
}
</style>