Shades of Highball #827E41
Tints of Highball #827E41
RGB
CMYK
RGB Variations
Color information
#827E41 (or 0x827E41) is known color: Highball. HEX triplet: 82, 7E and 41. RGB value is (130,126,65). Sum of RGB (Red+Green+Blue) = 130+126+65=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #827E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E41 is #7D81BE. Grayscale: #787878. Windows color (decimal): -8225215 or 4292226. OLE color: 4292226.
HSL color Cylindrical-coordinate representation of color #827E41: hue angle of 56.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827E41 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 65 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.49 |
| HSL | 56.31º | 0.33% | 0.38% | - |
| HSV(B) | 56.31º | 0.5% | 0.51% | - |
| XYZ | 17.62 | 20.05 | 7.94 | - |
| YUV | 120.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 65 | 0 | 0.03 | 0.50 | 0.49 | 56.31 | 0.33 | 0.38 |
| Hex | 82 | 7E | 41 | 0 | 3 | 32 | 31 | 38 | 21 | 26 |
| Octal | 202 | 176 | 101 | 0 | 3 | 62 | 61 | 70 | 41 | 46 |
| Binary | 10000010 | 1111110 | 1000001 | 0 | 11 | 110010 | 110001 | 111000 | 100001 | 100110 |
Color Harmonies of #827E41
Complementary color
Monochromatic Colors of #827E41
Black with #827E41
Text Example
Text Example
White with #827E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E41; }
p { color: rgb(130,126,65); }
H1.HeaderClassName
{
color: #827E41;
}
.AnyTagClassName
{
color: #827E41;
}
</style>
background-color css
<style>
a { background-color: #827E41; }
a { background-color: rgb(130,126,65); }
div.DivClassName
{
background-color: #827E41;
}
.BgClassName
{
background-color: #827E41;
}
</style>
border-color css
<style>
span { border-color: #827E41; }
span { border-color: rgb(130,126,65); }
td.TdClassName
{
border-color: #827E41;
}
.TagClassName
{
border-color: #827E41;
}
</style>