Shades of Yukon Gold #8B7412
Tints of Yukon Gold #8B7412
RGB
CMYK
RGB Variations
Color information
#8B7412 (or 0x8B7412) is known color: Yukon Gold. HEX triplet: 8B, 74 and 12. RGB value is (139,116,18). Sum of RGB (Red+Green+Blue) = 139+116+18=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7412 is #748BED. Grayscale: #707070. Windows color (decimal): -7637998 or 1209483. OLE color: 1209483.
HSL color Cylindrical-coordinate representation of color #8B7412: hue angle of 48.6º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B7412 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 18 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.45 |
| HSL | 48.6º | 0.77% | 0.31% | - |
| HSV(B) | 48.6º | 0.87% | 0.55% | - |
| XYZ | 17 | 18.02 | 3.16 | - |
| YUV | 111.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 18 | 0 | 0.17 | 0.87 | 0.45 | 48.6 | 0.77 | 0.31 |
| Hex | 8B | 74 | 12 | 0 | 11 | 57 | 2D | 31 | 4D | 1F |
| Octal | 213 | 164 | 22 | 0 | 21 | 127 | 55 | 61 | 115 | 37 |
| Binary | 10001011 | 1110100 | 10010 | 0 | 10001 | 1010111 | 101101 | 110001 | 1001101 | 11111 |
Color Harmonies of #8B7412
Complementary color
Monochromatic Colors of #8B7412
Black with #8B7412
Text Example
Text Example
White with #8B7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7412; }
p { color: rgb(139,116,18); }
H1.HeaderClassName
{
color: #8B7412;
}
.AnyTagClassName
{
color: #8B7412;
}
</style>
background-color css
<style>
a { background-color: #8B7412; }
a { background-color: rgb(139,116,18); }
div.DivClassName
{
background-color: #8B7412;
}
.BgClassName
{
background-color: #8B7412;
}
</style>
border-color css
<style>
span { border-color: #8B7412; }
span { border-color: rgb(139,116,18); }
td.TdClassName
{
border-color: #8B7412;
}
.TagClassName
{
border-color: #8B7412;
}
</style>