Shades of Yukon Gold #84731E
Tints of Yukon Gold #84731E
RGB
CMYK
RGB Variations
Color information
#84731E (or 0x84731E) is known color: Yukon Gold. HEX triplet: 84, 73 and 1E. RGB value is (132,115,30). Sum of RGB (Red+Green+Blue) = 132+115+30=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84731E is #7B8CE1. Grayscale: #6E6E6E. Windows color (decimal): -8096994 or 1995652. OLE color: 1995652.
HSL color Cylindrical-coordinate representation of color #84731E: hue angle of 50º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84731E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 30 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.48 |
| HSL | 50º | 0.63% | 0.32% | - |
| HSV(B) | 50º | 0.77% | 0.52% | - |
| XYZ | 15.88 | 17.26 | 3.72 | - |
| YUV | 110.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 30 | 0 | 0.13 | 0.77 | 0.48 | 50 | 0.63 | 0.32 |
| Hex | 84 | 73 | 1E | 0 | D | 4D | 30 | 32 | 3F | 20 |
| Octal | 204 | 163 | 36 | 0 | 15 | 115 | 60 | 62 | 77 | 40 |
| Binary | 10000100 | 1110011 | 11110 | 0 | 1101 | 1001101 | 110000 | 110010 | 111111 | 100000 |
Color Harmonies of #84731E
Complementary color
Monochromatic Colors of #84731E
Black with #84731E
Text Example
Text Example
White with #84731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84731E; }
p { color: rgb(132,115,30); }
H1.HeaderClassName
{
color: #84731E;
}
.AnyTagClassName
{
color: #84731E;
}
</style>
background-color css
<style>
a { background-color: #84731E; }
a { background-color: rgb(132,115,30); }
div.DivClassName
{
background-color: #84731E;
}
.BgClassName
{
background-color: #84731E;
}
</style>
border-color css
<style>
span { border-color: #84731E; }
span { border-color: rgb(132,115,30); }
td.TdClassName
{
border-color: #84731E;
}
.TagClassName
{
border-color: #84731E;
}
</style>