Shades of Yukon Gold #8A731E
Tints of Yukon Gold #8A731E
RGB
CMYK
RGB Variations
Color information
#8A731E (or 0x8A731E) is known color: Yukon Gold. HEX triplet: 8A, 73 and 1E. RGB value is (138,115,30). Sum of RGB (Red+Green+Blue) = 138+115+30=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A731E is #758CE1. Grayscale: #707070. Windows color (decimal): -7703778 or 1995658. OLE color: 1995658.
HSL color Cylindrical-coordinate representation of color #8A731E: hue angle of 47.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A731E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 30 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.46 |
| HSL | 47.22º | 0.64% | 0.33% | - |
| HSV(B) | 47.22º | 0.78% | 0.54% | - |
| XYZ | 16.85 | 17.76 | 3.77 | - |
| YUV | 112.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 30 | 0 | 0.17 | 0.78 | 0.46 | 47.22 | 0.64 | 0.33 |
| Hex | 8A | 73 | 1E | 0 | 11 | 4E | 2E | 2F | 40 | 21 |
| Octal | 212 | 163 | 36 | 0 | 21 | 116 | 56 | 57 | 100 | 41 |
| Binary | 10001010 | 1110011 | 11110 | 0 | 10001 | 1001110 | 101110 | 101111 | 1000000 | 100001 |
Color Harmonies of #8A731E
Complementary color
Monochromatic Colors of #8A731E
Black with #8A731E
Text Example
Text Example
White with #8A731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A731E; }
p { color: rgb(138,115,30); }
H1.HeaderClassName
{
color: #8A731E;
}
.AnyTagClassName
{
color: #8A731E;
}
</style>
background-color css
<style>
a { background-color: #8A731E; }
a { background-color: rgb(138,115,30); }
div.DivClassName
{
background-color: #8A731E;
}
.BgClassName
{
background-color: #8A731E;
}
</style>
border-color css
<style>
span { border-color: #8A731E; }
span { border-color: rgb(138,115,30); }
td.TdClassName
{
border-color: #8A731E;
}
.TagClassName
{
border-color: #8A731E;
}
</style>