Shades of Highball #827C41
Tints of Highball #827C41
RGB
CMYK
RGB Variations
Color information
#827C41 (or 0x827C41) is known color: Highball. HEX triplet: 82, 7C and 41. RGB value is (130,124,65). Sum of RGB (Red+Green+Blue) = 130+124+65=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #827C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C41 is #7D83BE. Grayscale: #777777. Windows color (decimal): -8225727 or 4291714. OLE color: 4291714.
HSL color Cylindrical-coordinate representation of color #827C41: hue angle of 54.46º 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 #827C41 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 65 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.49 |
| HSL | 54.46º | 0.33% | 0.38% | - |
| HSV(B) | 54.46º | 0.5% | 0.51% | - |
| XYZ | 17.37 | 19.54 | 7.86 | - |
| YUV | 119.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 65 | 0 | 0.05 | 0.50 | 0.49 | 54.46 | 0.33 | 0.38 |
| Hex | 82 | 7C | 41 | 0 | 5 | 32 | 31 | 36 | 21 | 26 |
| Octal | 202 | 174 | 101 | 0 | 5 | 62 | 61 | 66 | 41 | 46 |
| Binary | 10000010 | 1111100 | 1000001 | 0 | 101 | 110010 | 110001 | 110110 | 100001 | 100110 |
Color Harmonies of #827C41
Complementary color
Monochromatic Colors of #827C41
Black with #827C41
Text Example
Text Example
White with #827C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C41; }
p { color: rgb(130,124,65); }
H1.HeaderClassName
{
color: #827C41;
}
.AnyTagClassName
{
color: #827C41;
}
</style>
background-color css
<style>
a { background-color: #827C41; }
a { background-color: rgb(130,124,65); }
div.DivClassName
{
background-color: #827C41;
}
.BgClassName
{
background-color: #827C41;
}
</style>
border-color css
<style>
span { border-color: #827C41; }
span { border-color: rgb(130,124,65); }
td.TdClassName
{
border-color: #827C41;
}
.TagClassName
{
border-color: #827C41;
}
</style>