Shades of Go Ben #81763C
Tints of Go Ben #81763C
RGB
CMYK
RGB Variations
Color information
#81763C (or 0x81763C) is known color: Go Ben. HEX triplet: 81, 76 and 3C. RGB value is (129,118,60). Sum of RGB (Red+Green+Blue) = 129+118+60=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81763C is #7E89C3. Grayscale: #727272. Windows color (decimal): -8292804 or 3962497. OLE color: 3962497.
HSL color Cylindrical-coordinate representation of color #81763C: hue angle of 50.43º 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 #81763C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 60 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.49 |
| HSL | 50.43º | 0.37% | 0.37% | - |
| HSV(B) | 50.43º | 0.53% | 0.51% | - |
| XYZ | 16.35 | 17.95 | 6.88 | - |
| YUV | 114.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 60 | 0 | 0.09 | 0.53 | 0.49 | 50.43 | 0.37 | 0.37 |
| Hex | 81 | 76 | 3C | 0 | 9 | 35 | 31 | 32 | 25 | 25 |
| Octal | 201 | 166 | 74 | 0 | 11 | 65 | 61 | 62 | 45 | 45 |
| Binary | 10000001 | 1110110 | 111100 | 0 | 1001 | 110101 | 110001 | 110010 | 100101 | 100101 |
Color Harmonies of #81763C
Complementary color
Monochromatic Colors of #81763C
Black with #81763C
Text Example
Text Example
White with #81763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81763C; }
p { color: rgb(129,118,60); }
H1.HeaderClassName
{
color: #81763C;
}
.AnyTagClassName
{
color: #81763C;
}
</style>
background-color css
<style>
a { background-color: #81763C; }
a { background-color: rgb(129,118,60); }
div.DivClassName
{
background-color: #81763C;
}
.BgClassName
{
background-color: #81763C;
}
</style>
border-color css
<style>
span { border-color: #81763C; }
span { border-color: rgb(129,118,60); }
td.TdClassName
{
border-color: #81763C;
}
.TagClassName
{
border-color: #81763C;
}
</style>