Shades of Yukon Gold #8B7415
Tints of Yukon Gold #8B7415
RGB
CMYK
RGB Variations
Color information
#8B7415 (or 0x8B7415) is known color: Yukon Gold. HEX triplet: 8B, 74 and 15. RGB value is (139,116,21). Sum of RGB (Red+Green+Blue) = 139+116+21=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7415 is #748BEA. Grayscale: #707070. Windows color (decimal): -7637995 or 1406091. OLE color: 1406091.
HSL color Cylindrical-coordinate representation of color #8B7415: hue angle of 48.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B7415 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 21 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.45 |
| HSL | 48.31º | 0.74% | 0.31% | - |
| HSV(B) | 48.31º | 0.85% | 0.55% | - |
| XYZ | 17.03 | 18.03 | 3.29 | - |
| YUV | 112.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 21 | 0 | 0.17 | 0.85 | 0.45 | 48.31 | 0.74 | 0.31 |
| Hex | 8B | 74 | 15 | 0 | 11 | 55 | 2D | 30 | 4A | 1F |
| Octal | 213 | 164 | 25 | 0 | 21 | 125 | 55 | 60 | 112 | 37 |
| Binary | 10001011 | 1110100 | 10101 | 0 | 10001 | 1010101 | 101101 | 110000 | 1001010 | 11111 |
Color Harmonies of #8B7415
Complementary color
Monochromatic Colors of #8B7415
Black with #8B7415
Text Example
Text Example
White with #8B7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7415; }
p { color: rgb(139,116,21); }
H1.HeaderClassName
{
color: #8B7415;
}
.AnyTagClassName
{
color: #8B7415;
}
</style>
background-color css
<style>
a { background-color: #8B7415; }
a { background-color: rgb(139,116,21); }
div.DivClassName
{
background-color: #8B7415;
}
.BgClassName
{
background-color: #8B7415;
}
</style>
border-color css
<style>
span { border-color: #8B7415; }
span { border-color: rgb(139,116,21); }
td.TdClassName
{
border-color: #8B7415;
}
.TagClassName
{
border-color: #8B7415;
}
</style>