Shades of Go Ben #827B42
Tints of Go Ben #827B42
RGB
CMYK
RGB Variations
Color information
#827B42 (or 0x827B42) is known color: Go Ben. HEX triplet: 82, 7B and 42. RGB value is (130,123,66). Sum of RGB (Red+Green+Blue) = 130+123+66=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B42 is #7D84BD. Grayscale: #767676. Windows color (decimal): -8225982 or 4356994. OLE color: 4356994.
HSL color Cylindrical-coordinate representation of color #827B42: hue angle of 53.44º 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 #827B42 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 66 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.49 |
| HSL | 53.44º | 0.33% | 0.38% | - |
| HSV(B) | 53.44º | 0.49% | 0.51% | - |
| XYZ | 17.27 | 19.31 | 7.97 | - |
| YUV | 118.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 66 | 0 | 0.05 | 0.49 | 0.49 | 53.44 | 0.33 | 0.38 |
| Hex | 82 | 7B | 42 | 0 | 5 | 31 | 31 | 35 | 21 | 26 |
| Octal | 202 | 173 | 102 | 0 | 5 | 61 | 61 | 65 | 41 | 46 |
| Binary | 10000010 | 1111011 | 1000010 | 0 | 101 | 110001 | 110001 | 110101 | 100001 | 100110 |
Color Harmonies of #827B42
Complementary color
Monochromatic Colors of #827B42
Black with #827B42
Text Example
Text Example
White with #827B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B42; }
p { color: rgb(130,123,66); }
H1.HeaderClassName
{
color: #827B42;
}
.AnyTagClassName
{
color: #827B42;
}
</style>
background-color css
<style>
a { background-color: #827B42; }
a { background-color: rgb(130,123,66); }
div.DivClassName
{
background-color: #827B42;
}
.BgClassName
{
background-color: #827B42;
}
</style>
border-color css
<style>
span { border-color: #827B42; }
span { border-color: rgb(130,123,66); }
td.TdClassName
{
border-color: #827B42;
}
.TagClassName
{
border-color: #827B42;
}
</style>