Shades of Go Ben #827849
Tints of Go Ben #827849
RGB
CMYK
RGB Variations
Color information
#827849 (or 0x827849) is known color: Go Ben. HEX triplet: 82, 78 and 49. RGB value is (130,120,73). Sum of RGB (Red+Green+Blue) = 130+120+73=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #827849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827849 is #7D87B6. Grayscale: #757575. Windows color (decimal): -8226743 or 4814978. OLE color: 4814978.
HSL color Cylindrical-coordinate representation of color #827849: hue angle of 49.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827849 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 73 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.49 |
| HSL | 49.47º | 0.28% | 0.4% | - |
| HSV(B) | 49.47º | 0.44% | 0.51% | - |
| XYZ | 17.12 | 18.66 | 9 | - |
| YUV | 117.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 73 | 0 | 0.08 | 0.44 | 0.49 | 49.47 | 0.28 | 0.4 |
| Hex | 82 | 78 | 49 | 0 | 8 | 2C | 31 | 31 | 1C | 28 |
| Octal | 202 | 170 | 111 | 0 | 10 | 54 | 61 | 61 | 34 | 50 |
| Binary | 10000010 | 1111000 | 1001001 | 0 | 1000 | 101100 | 110001 | 110001 | 11100 | 101000 |
Color Harmonies of #827849
Complementary color
Monochromatic Colors of #827849
Black with #827849
Text Example
Text Example
White with #827849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827849; }
p { color: rgb(130,120,73); }
H1.HeaderClassName
{
color: #827849;
}
.AnyTagClassName
{
color: #827849;
}
</style>
background-color css
<style>
a { background-color: #827849; }
a { background-color: rgb(130,120,73); }
div.DivClassName
{
background-color: #827849;
}
.BgClassName
{
background-color: #827849;
}
</style>
border-color css
<style>
span { border-color: #827849; }
span { border-color: rgb(130,120,73); }
td.TdClassName
{
border-color: #827849;
}
.TagClassName
{
border-color: #827849;
}
</style>