Shades of Go Ben #827442
Tints of Go Ben #827442
RGB
CMYK
RGB Variations
Color information
#827442 (or 0x827442) is known color: Go Ben. HEX triplet: 82, 74 and 42. RGB value is (130,116,66). Sum of RGB (Red+Green+Blue) = 130+116+66=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827442 is #7D8BBD. Grayscale: #727272. Windows color (decimal): -8227774 or 4355202. OLE color: 4355202.
HSL color Cylindrical-coordinate representation of color #827442: hue angle of 46.88º 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 #827442 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 66 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.49 |
| HSL | 46.88º | 0.33% | 0.38% | - |
| HSV(B) | 46.88º | 0.49% | 0.51% | - |
| XYZ | 16.43 | 17.63 | 7.69 | - |
| YUV | 114.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 66 | 0 | 0.11 | 0.49 | 0.49 | 46.88 | 0.33 | 0.38 |
| Hex | 82 | 74 | 42 | 0 | B | 31 | 31 | 2F | 21 | 26 |
| Octal | 202 | 164 | 102 | 0 | 13 | 61 | 61 | 57 | 41 | 46 |
| Binary | 10000010 | 1110100 | 1000010 | 0 | 1011 | 110001 | 110001 | 101111 | 100001 | 100110 |
Color Harmonies of #827442
Complementary color
Monochromatic Colors of #827442
Black with #827442
Text Example
Text Example
White with #827442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827442; }
p { color: rgb(130,116,66); }
H1.HeaderClassName
{
color: #827442;
}
.AnyTagClassName
{
color: #827442;
}
</style>
background-color css
<style>
a { background-color: #827442; }
a { background-color: rgb(130,116,66); }
div.DivClassName
{
background-color: #827442;
}
.BgClassName
{
background-color: #827442;
}
</style>
border-color css
<style>
span { border-color: #827442; }
span { border-color: rgb(130,116,66); }
td.TdClassName
{
border-color: #827442;
}
.TagClassName
{
border-color: #827442;
}
</style>