Shades of Go Ben #827842
Tints of Go Ben #827842
RGB
CMYK
RGB Variations
Color information
#827842 (or 0x827842) is known color: Go Ben. HEX triplet: 82, 78 and 42. RGB value is (130,120,66). Sum of RGB (Red+Green+Blue) = 130+120+66=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827842 is #7D87BD. Grayscale: #757575. Windows color (decimal): -8226750 or 4356226. OLE color: 4356226.
HSL color Cylindrical-coordinate representation of color #827842: hue angle of 50.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827842 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 66 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.49 |
| HSL | 50.63º | 0.33% | 0.38% | - |
| HSV(B) | 50.63º | 0.49% | 0.51% | - |
| XYZ | 16.91 | 18.57 | 7.85 | - |
| YUV | 116.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 66 | 0 | 0.08 | 0.49 | 0.49 | 50.63 | 0.33 | 0.38 |
| Hex | 82 | 78 | 42 | 0 | 8 | 31 | 31 | 33 | 21 | 26 |
| Octal | 202 | 170 | 102 | 0 | 10 | 61 | 61 | 63 | 41 | 46 |
| Binary | 10000010 | 1111000 | 1000010 | 0 | 1000 | 110001 | 110001 | 110011 | 100001 | 100110 |
Color Harmonies of #827842
Complementary color
Monochromatic Colors of #827842
Black with #827842
Text Example
Text Example
White with #827842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827842; }
p { color: rgb(130,120,66); }
H1.HeaderClassName
{
color: #827842;
}
.AnyTagClassName
{
color: #827842;
}
</style>
background-color css
<style>
a { background-color: #827842; }
a { background-color: rgb(130,120,66); }
div.DivClassName
{
background-color: #827842;
}
.BgClassName
{
background-color: #827842;
}
</style>
border-color css
<style>
span { border-color: #827842; }
span { border-color: rgb(130,120,66); }
td.TdClassName
{
border-color: #827842;
}
.TagClassName
{
border-color: #827842;
}
</style>