Shades of Go Ben #827945
Tints of Go Ben #827945
RGB
CMYK
RGB Variations
Color information
#827945 (or 0x827945) is known color: Go Ben. HEX triplet: 82, 79 and 45. RGB value is (130,121,69). Sum of RGB (Red+Green+Blue) = 130+121+69=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827945 is #7D86BA. Grayscale: #757575. Windows color (decimal): -8226491 or 4553090. OLE color: 4553090.
HSL color Cylindrical-coordinate representation of color #827945: hue angle of 51.15º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827945 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 69 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.49 |
| HSL | 51.15º | 0.31% | 0.39% | - |
| HSV(B) | 51.15º | 0.47% | 0.51% | - |
| XYZ | 17.12 | 18.85 | 8.37 | - |
| YUV | 117.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 69 | 0 | 0.07 | 0.47 | 0.49 | 51.15 | 0.31 | 0.39 |
| Hex | 82 | 79 | 45 | 0 | 7 | 2F | 31 | 33 | 1F | 27 |
| Octal | 202 | 171 | 105 | 0 | 7 | 57 | 61 | 63 | 37 | 47 |
| Binary | 10000010 | 1111001 | 1000101 | 0 | 111 | 101111 | 110001 | 110011 | 11111 | 100111 |
Color Harmonies of #827945
Complementary color
Monochromatic Colors of #827945
Black with #827945
Text Example
Text Example
White with #827945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827945; }
p { color: rgb(130,121,69); }
H1.HeaderClassName
{
color: #827945;
}
.AnyTagClassName
{
color: #827945;
}
</style>
background-color css
<style>
a { background-color: #827945; }
a { background-color: rgb(130,121,69); }
div.DivClassName
{
background-color: #827945;
}
.BgClassName
{
background-color: #827945;
}
</style>
border-color css
<style>
span { border-color: #827945; }
span { border-color: rgb(130,121,69); }
td.TdClassName
{
border-color: #827945;
}
.TagClassName
{
border-color: #827945;
}
</style>