Shades of Go Ben #81763D
Tints of Go Ben #81763D
RGB
CMYK
RGB Variations
Color information
#81763D (or 0x81763D) is known color: Go Ben. HEX triplet: 81, 76 and 3D. RGB value is (129,118,61). Sum of RGB (Red+Green+Blue) = 129+118+61=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81763D is #7E89C2. Grayscale: #737373. Windows color (decimal): -8292803 or 4028033. OLE color: 4028033.
HSL color Cylindrical-coordinate representation of color #81763D: hue angle of 50.29º degrees, saturation: 0.36, 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 #81763D is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 61 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.49 |
| HSL | 50.29º | 0.36% | 0.37% | - |
| HSV(B) | 50.29º | 0.53% | 0.51% | - |
| XYZ | 16.37 | 17.96 | 7.02 | - |
| YUV | 114.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 61 | 0 | 0.09 | 0.53 | 0.49 | 50.29 | 0.36 | 0.37 |
| Hex | 81 | 76 | 3D | 0 | 9 | 35 | 31 | 32 | 24 | 25 |
| Octal | 201 | 166 | 75 | 0 | 11 | 65 | 61 | 62 | 44 | 45 |
| Binary | 10000001 | 1110110 | 111101 | 0 | 1001 | 110101 | 110001 | 110010 | 100100 | 100101 |
Color Harmonies of #81763D
Complementary color
Monochromatic Colors of #81763D
Black with #81763D
Text Example
Text Example
White with #81763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81763D; }
p { color: rgb(129,118,61); }
H1.HeaderClassName
{
color: #81763D;
}
.AnyTagClassName
{
color: #81763D;
}
</style>
background-color css
<style>
a { background-color: #81763D; }
a { background-color: rgb(129,118,61); }
div.DivClassName
{
background-color: #81763D;
}
.BgClassName
{
background-color: #81763D;
}
</style>
border-color css
<style>
span { border-color: #81763D; }
span { border-color: rgb(129,118,61); }
td.TdClassName
{
border-color: #81763D;
}
.TagClassName
{
border-color: #81763D;
}
</style>