Shades of Go Ben #83764B
Tints of Go Ben #83764B
RGB
CMYK
RGB Variations
Color information
#83764B (or 0x83764B) is known color: Go Ben. HEX triplet: 83, 76 and 4B. RGB value is (131,118,75). Sum of RGB (Red+Green+Blue) = 131+118+75=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83764B is #7C89B4. Grayscale: #757575. Windows color (decimal): -8161717 or 4945539. OLE color: 4945539.
HSL color Cylindrical-coordinate representation of color #83764B: hue angle of 46.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83764B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 118 | 75 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.49 |
| HSL | 46.07º | 0.27% | 0.4% | - |
| HSV(B) | 46.07º | 0.43% | 0.51% | - |
| XYZ | 17.11 | 18.29 | 9.29 | - |
| YUV | 116.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 75 | 0 | 0.10 | 0.43 | 0.49 | 46.07 | 0.27 | 0.4 |
| Hex | 83 | 76 | 4B | 0 | A | 2B | 31 | 2E | 1B | 28 |
| Octal | 203 | 166 | 113 | 0 | 12 | 53 | 61 | 56 | 33 | 50 |
| Binary | 10000011 | 1110110 | 1001011 | 0 | 1010 | 101011 | 110001 | 101110 | 11011 | 101000 |
Color Harmonies of #83764B
Complementary color
Monochromatic Colors of #83764B
Black with #83764B
Text Example
Text Example
White with #83764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83764B; }
p { color: rgb(131,118,75); }
H1.HeaderClassName
{
color: #83764B;
}
.AnyTagClassName
{
color: #83764B;
}
</style>
background-color css
<style>
a { background-color: #83764B; }
a { background-color: rgb(131,118,75); }
div.DivClassName
{
background-color: #83764B;
}
.BgClassName
{
background-color: #83764B;
}
</style>
border-color css
<style>
span { border-color: #83764B; }
span { border-color: rgb(131,118,75); }
td.TdClassName
{
border-color: #83764B;
}
.TagClassName
{
border-color: #83764B;
}
</style>