Shades of Go Ben #827B44
Tints of Go Ben #827B44
RGB
CMYK
RGB Variations
Color information
#827B44 (or 0x827B44) is known color: Go Ben. HEX triplet: 82, 7B and 44. RGB value is (130,123,68). Sum of RGB (Red+Green+Blue) = 130+123+68=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B44 is #7D84BB. Grayscale: #777777. Windows color (decimal): -8225980 or 4488066. OLE color: 4488066.
HSL color Cylindrical-coordinate representation of color #827B44: hue angle of 53.23º 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 #827B44 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 68 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.49 |
| HSL | 53.23º | 0.31% | 0.39% | - |
| HSV(B) | 53.23º | 0.48% | 0.51% | - |
| XYZ | 17.33 | 19.33 | 8.29 | - |
| YUV | 118.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 68 | 0 | 0.05 | 0.48 | 0.49 | 53.23 | 0.31 | 0.39 |
| Hex | 82 | 7B | 44 | 0 | 5 | 30 | 31 | 35 | 1F | 27 |
| Octal | 202 | 173 | 104 | 0 | 5 | 60 | 61 | 65 | 37 | 47 |
| Binary | 10000010 | 1111011 | 1000100 | 0 | 101 | 110000 | 110001 | 110101 | 11111 | 100111 |
Color Harmonies of #827B44
Complementary color
Monochromatic Colors of #827B44
Black with #827B44
Text Example
Text Example
White with #827B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B44; }
p { color: rgb(130,123,68); }
H1.HeaderClassName
{
color: #827B44;
}
.AnyTagClassName
{
color: #827B44;
}
</style>
background-color css
<style>
a { background-color: #827B44; }
a { background-color: rgb(130,123,68); }
div.DivClassName
{
background-color: #827B44;
}
.BgClassName
{
background-color: #827B44;
}
</style>
border-color css
<style>
span { border-color: #827B44; }
span { border-color: rgb(130,123,68); }
td.TdClassName
{
border-color: #827B44;
}
.TagClassName
{
border-color: #827B44;
}
</style>