Shades of Go Ben #827748
Tints of Go Ben #827748
RGB
CMYK
RGB Variations
Color information
#827748 (or 0x827748) is known color: Go Ben. HEX triplet: 82, 77 and 48. RGB value is (130,119,72). Sum of RGB (Red+Green+Blue) = 130+119+72=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827748 is #7D88B7. Grayscale: #757575. Windows color (decimal): -8227000 or 4749186. OLE color: 4749186.
HSL color Cylindrical-coordinate representation of color #827748: hue angle of 48.62º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827748 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 72 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.49 |
| HSL | 48.62º | 0.29% | 0.4% | - |
| HSV(B) | 48.62º | 0.45% | 0.51% | - |
| XYZ | 16.97 | 18.41 | 8.79 | - |
| YUV | 116.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 72 | 0 | 0.08 | 0.45 | 0.49 | 48.62 | 0.29 | 0.4 |
| Hex | 82 | 77 | 48 | 0 | 8 | 2D | 31 | 31 | 1D | 28 |
| Octal | 202 | 167 | 110 | 0 | 10 | 55 | 61 | 61 | 35 | 50 |
| Binary | 10000010 | 1110111 | 1001000 | 0 | 1000 | 101101 | 110001 | 110001 | 11101 | 101000 |
Color Harmonies of #827748
Complementary color
Monochromatic Colors of #827748
Black with #827748
Text Example
Text Example
White with #827748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827748; }
p { color: rgb(130,119,72); }
H1.HeaderClassName
{
color: #827748;
}
.AnyTagClassName
{
color: #827748;
}
</style>
background-color css
<style>
a { background-color: #827748; }
a { background-color: rgb(130,119,72); }
div.DivClassName
{
background-color: #827748;
}
.BgClassName
{
background-color: #827748;
}
</style>
border-color css
<style>
span { border-color: #827748; }
span { border-color: rgb(130,119,72); }
td.TdClassName
{
border-color: #827748;
}
.TagClassName
{
border-color: #827748;
}
</style>