Shades of Go Ben #827745
Tints of Go Ben #827745
RGB
CMYK
RGB Variations
Color information
#827745 (or 0x827745) is known color: Go Ben. HEX triplet: 82, 77 and 45. RGB value is (130,119,69). Sum of RGB (Red+Green+Blue) = 130+119+69=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827745 is #7D88BA. Grayscale: #747474. Windows color (decimal): -8227003 or 4552578. OLE color: 4552578.
HSL color Cylindrical-coordinate representation of color #827745: hue angle of 49.18º 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 #827745 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 69 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.49 |
| HSL | 49.18º | 0.31% | 0.39% | - |
| HSV(B) | 49.18º | 0.47% | 0.51% | - |
| XYZ | 16.88 | 18.37 | 8.29 | - |
| YUV | 116.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 69 | 0 | 0.08 | 0.47 | 0.49 | 49.18 | 0.31 | 0.39 |
| Hex | 82 | 77 | 45 | 0 | 8 | 2F | 31 | 31 | 1F | 27 |
| Octal | 202 | 167 | 105 | 0 | 10 | 57 | 61 | 61 | 37 | 47 |
| Binary | 10000010 | 1110111 | 1000101 | 0 | 1000 | 101111 | 110001 | 110001 | 11111 | 100111 |
Color Harmonies of #827745
Complementary color
Monochromatic Colors of #827745
Black with #827745
Text Example
Text Example
White with #827745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827745; }
p { color: rgb(130,119,69); }
H1.HeaderClassName
{
color: #827745;
}
.AnyTagClassName
{
color: #827745;
}
</style>
background-color css
<style>
a { background-color: #827745; }
a { background-color: rgb(130,119,69); }
div.DivClassName
{
background-color: #827745;
}
.BgClassName
{
background-color: #827745;
}
</style>
border-color css
<style>
span { border-color: #827745; }
span { border-color: rgb(130,119,69); }
td.TdClassName
{
border-color: #827745;
}
.TagClassName
{
border-color: #827745;
}
</style>