Shades of Go Ben #827542
Tints of Go Ben #827542
RGB
CMYK
RGB Variations
Color information
#827542 (or 0x827542) is known color: Go Ben. HEX triplet: 82, 75 and 42. RGB value is (130,117,66). Sum of RGB (Red+Green+Blue) = 130+117+66=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827542 is #7D8ABD. Grayscale: #737373. Windows color (decimal): -8227518 or 4355458. OLE color: 4355458.
HSL color Cylindrical-coordinate representation of color #827542: hue angle of 47.81º 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 #827542 is Cyan = 0, Magento = 0.1, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 66 | - |
| CMYK | 0 | 0.1 | 0.49 | 0.49 |
| HSL | 47.81º | 0.33% | 0.38% | - |
| HSV(B) | 47.81º | 0.49% | 0.51% | - |
| XYZ | 16.55 | 17.86 | 7.73 | - |
| YUV | 115.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 66 | 0 | 0.1 | 0.49 | 0.49 | 47.81 | 0.33 | 0.38 |
| Hex | 82 | 75 | 42 | 0 | A | 31 | 31 | 30 | 21 | 26 |
| Octal | 202 | 165 | 102 | 0 | 12 | 61 | 61 | 60 | 41 | 46 |
| Binary | 10000010 | 1110101 | 1000010 | 0 | 1010 | 110001 | 110001 | 110000 | 100001 | 100110 |
Color Harmonies of #827542
Complementary color
Monochromatic Colors of #827542
Black with #827542
Text Example
Text Example
White with #827542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827542; }
p { color: rgb(130,117,66); }
H1.HeaderClassName
{
color: #827542;
}
.AnyTagClassName
{
color: #827542;
}
</style>
background-color css
<style>
a { background-color: #827542; }
a { background-color: rgb(130,117,66); }
div.DivClassName
{
background-color: #827542;
}
.BgClassName
{
background-color: #827542;
}
</style>
border-color css
<style>
span { border-color: #827542; }
span { border-color: rgb(130,117,66); }
td.TdClassName
{
border-color: #827542;
}
.TagClassName
{
border-color: #827542;
}
</style>