Shades of Highball #827D3B
Tints of Highball #827D3B
RGB
CMYK
RGB Variations
Color information
#827D3B (or 0x827D3B) is known color: Highball. HEX triplet: 82, 7D and 3B. RGB value is (130,125,59). Sum of RGB (Red+Green+Blue) = 130+125+59=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D3B is #7D82C4. Grayscale: #777777. Windows color (decimal): -8225477 or 3898754. OLE color: 3898754.
HSL color Cylindrical-coordinate representation of color #827D3B: hue angle of 55.77º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #827D3B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 59 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.49 |
| HSL | 55.77º | 0.38% | 0.37% | - |
| HSV(B) | 55.77º | 0.55% | 0.51% | - |
| XYZ | 17.33 | 19.73 | 7.03 | - |
| YUV | 118.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 59 | 0 | 0.04 | 0.55 | 0.49 | 55.77 | 0.38 | 0.37 |
| Hex | 82 | 7D | 3B | 0 | 4 | 37 | 31 | 38 | 26 | 25 |
| Octal | 202 | 175 | 73 | 0 | 4 | 67 | 61 | 70 | 46 | 45 |
| Binary | 10000010 | 1111101 | 111011 | 0 | 100 | 110111 | 110001 | 111000 | 100110 | 100101 |
Color Harmonies of #827D3B
Complementary color
Monochromatic Colors of #827D3B
Black with #827D3B
Text Example
Text Example
White with #827D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D3B; }
p { color: rgb(130,125,59); }
H1.HeaderClassName
{
color: #827D3B;
}
.AnyTagClassName
{
color: #827D3B;
}
</style>
background-color css
<style>
a { background-color: #827D3B; }
a { background-color: rgb(130,125,59); }
div.DivClassName
{
background-color: #827D3B;
}
.BgClassName
{
background-color: #827D3B;
}
</style>
border-color css
<style>
span { border-color: #827D3B; }
span { border-color: rgb(130,125,59); }
td.TdClassName
{
border-color: #827D3B;
}
.TagClassName
{
border-color: #827D3B;
}
</style>