Shades of Go Ben #827A4A
Tints of Go Ben #827A4A
RGB
CMYK
RGB Variations
Color information
#827A4A (or 0x827A4A) is known color: Go Ben. HEX triplet: 82, 7A and 4A. RGB value is (130,122,74). Sum of RGB (Red+Green+Blue) = 130+122+74=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A4A is #7D85B5. Grayscale: #777777. Windows color (decimal): -8226230 or 4881026. OLE color: 4881026.
HSL color Cylindrical-coordinate representation of color #827A4A: hue angle of 51.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827A4A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 74 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.49 |
| HSL | 51.43º | 0.27% | 0.4% | - |
| HSV(B) | 51.43º | 0.43% | 0.51% | - |
| XYZ | 17.4 | 19.16 | 9.26 | - |
| YUV | 118.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 74 | 0 | 0.06 | 0.43 | 0.49 | 51.43 | 0.27 | 0.4 |
| Hex | 82 | 7A | 4A | 0 | 6 | 2B | 31 | 33 | 1B | 28 |
| Octal | 202 | 172 | 112 | 0 | 6 | 53 | 61 | 63 | 33 | 50 |
| Binary | 10000010 | 1111010 | 1001010 | 0 | 110 | 101011 | 110001 | 110011 | 11011 | 101000 |
Color Harmonies of #827A4A
Complementary color
Monochromatic Colors of #827A4A
Black with #827A4A
Text Example
Text Example
White with #827A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A4A; }
p { color: rgb(130,122,74); }
H1.HeaderClassName
{
color: #827A4A;
}
.AnyTagClassName
{
color: #827A4A;
}
</style>
background-color css
<style>
a { background-color: #827A4A; }
a { background-color: rgb(130,122,74); }
div.DivClassName
{
background-color: #827A4A;
}
.BgClassName
{
background-color: #827A4A;
}
</style>
border-color css
<style>
span { border-color: #827A4A; }
span { border-color: rgb(130,122,74); }
td.TdClassName
{
border-color: #827A4A;
}
.TagClassName
{
border-color: #827A4A;
}
</style>