Shades of Highball #827D3C
Tints of Highball #827D3C
RGB
CMYK
RGB Variations
Color information
#827D3C (or 0x827D3C) is known color: Highball. HEX triplet: 82, 7D and 3C. RGB value is (130,125,60). Sum of RGB (Red+Green+Blue) = 130+125+60=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D3C is #7D82C3. Grayscale: #777777. Windows color (decimal): -8225476 or 3964290. OLE color: 3964290.
HSL color Cylindrical-coordinate representation of color #827D3C: hue angle of 55.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #827D3C is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 60 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.49 |
| HSL | 55.71º | 0.37% | 0.37% | - |
| HSV(B) | 55.71º | 0.54% | 0.51% | - |
| XYZ | 17.36 | 19.74 | 7.17 | - |
| YUV | 119.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 60 | 0 | 0.04 | 0.54 | 0.49 | 55.71 | 0.37 | 0.37 |
| Hex | 82 | 7D | 3C | 0 | 4 | 36 | 31 | 38 | 25 | 25 |
| Octal | 202 | 175 | 74 | 0 | 4 | 66 | 61 | 70 | 45 | 45 |
| Binary | 10000010 | 1111101 | 111100 | 0 | 100 | 110110 | 110001 | 111000 | 100101 | 100101 |
Color Harmonies of #827D3C
Complementary color
Monochromatic Colors of #827D3C
Black with #827D3C
Text Example
Text Example
White with #827D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D3C; }
p { color: rgb(130,125,60); }
H1.HeaderClassName
{
color: #827D3C;
}
.AnyTagClassName
{
color: #827D3C;
}
</style>
background-color css
<style>
a { background-color: #827D3C; }
a { background-color: rgb(130,125,60); }
div.DivClassName
{
background-color: #827D3C;
}
.BgClassName
{
background-color: #827D3C;
}
</style>
border-color css
<style>
span { border-color: #827D3C; }
span { border-color: rgb(130,125,60); }
td.TdClassName
{
border-color: #827D3C;
}
.TagClassName
{
border-color: #827D3C;
}
</style>