Shades of Go Ben #827B47
Tints of Go Ben #827B47
RGB
CMYK
RGB Variations
Color information
#827B47 (or 0x827B47) is known color: Go Ben. HEX triplet: 82, 7B and 47. RGB value is (130,123,71). Sum of RGB (Red+Green+Blue) = 130+123+71=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #827B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B47 is #7D84B8. Grayscale: #777777. Windows color (decimal): -8225977 or 4684674. OLE color: 4684674.
HSL color Cylindrical-coordinate representation of color #827B47: hue angle of 52.88º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827B47 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 71 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.49 |
| HSL | 52.88º | 0.29% | 0.39% | - |
| HSV(B) | 52.88º | 0.45% | 0.51% | - |
| XYZ | 17.43 | 19.37 | 8.78 | - |
| YUV | 119.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 71 | 0 | 0.05 | 0.45 | 0.49 | 52.88 | 0.29 | 0.39 |
| Hex | 82 | 7B | 47 | 0 | 5 | 2D | 31 | 35 | 1D | 27 |
| Octal | 202 | 173 | 107 | 0 | 5 | 55 | 61 | 65 | 35 | 47 |
| Binary | 10000010 | 1111011 | 1000111 | 0 | 101 | 101101 | 110001 | 110101 | 11101 | 100111 |
Color Harmonies of #827B47
Complementary color
Monochromatic Colors of #827B47
Black with #827B47
Text Example
Text Example
White with #827B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B47; }
p { color: rgb(130,123,71); }
H1.HeaderClassName
{
color: #827B47;
}
.AnyTagClassName
{
color: #827B47;
}
</style>
background-color css
<style>
a { background-color: #827B47; }
a { background-color: rgb(130,123,71); }
div.DivClassName
{
background-color: #827B47;
}
.BgClassName
{
background-color: #827B47;
}
</style>
border-color css
<style>
span { border-color: #827B47; }
span { border-color: rgb(130,123,71); }
td.TdClassName
{
border-color: #827B47;
}
.TagClassName
{
border-color: #827B47;
}
</style>