Shades of Go Ben #827D44
Tints of Go Ben #827D44
RGB
CMYK
RGB Variations
Color information
#827D44 (or 0x827D44) is known color: Go Ben. HEX triplet: 82, 7D and 44. RGB value is (130,125,68). Sum of RGB (Red+Green+Blue) = 130+125+68=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #827D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D44 is #7D82BB. Grayscale: #787878. Windows color (decimal): -8225468 or 4488578. OLE color: 4488578.
HSL color Cylindrical-coordinate representation of color #827D44: hue angle of 55.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827D44 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 68 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.49 |
| HSL | 55.16º | 0.31% | 0.39% | - |
| HSV(B) | 55.16º | 0.48% | 0.51% | - |
| XYZ | 17.58 | 19.83 | 8.37 | - |
| YUV | 120 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 68 | 0 | 0.04 | 0.48 | 0.49 | 55.16 | 0.31 | 0.39 |
| Hex | 82 | 7D | 44 | 0 | 4 | 30 | 31 | 37 | 1F | 27 |
| Octal | 202 | 175 | 104 | 0 | 4 | 60 | 61 | 67 | 37 | 47 |
| Binary | 10000010 | 1111101 | 1000100 | 0 | 100 | 110000 | 110001 | 110111 | 11111 | 100111 |
Color Harmonies of #827D44
Complementary color
Monochromatic Colors of #827D44
Black with #827D44
Text Example
Text Example
White with #827D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D44; }
p { color: rgb(130,125,68); }
H1.HeaderClassName
{
color: #827D44;
}
.AnyTagClassName
{
color: #827D44;
}
</style>
background-color css
<style>
a { background-color: #827D44; }
a { background-color: rgb(130,125,68); }
div.DivClassName
{
background-color: #827D44;
}
.BgClassName
{
background-color: #827D44;
}
</style>
border-color css
<style>
span { border-color: #827D44; }
span { border-color: rgb(130,125,68); }
td.TdClassName
{
border-color: #827D44;
}
.TagClassName
{
border-color: #827D44;
}
</style>