Shades of Yukon Gold #8B740F
Tints of Yukon Gold #8B740F
RGB
CMYK
RGB Variations
Color information
#8B740F (or 0x8B740F) is known color: Yukon Gold. HEX triplet: 8B, 74 and 0F. RGB value is (139,116,15). Sum of RGB (Red+Green+Blue) = 139+116+15=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B740F is #748BF0. Grayscale: #6F6F6F. Windows color (decimal): -7638001 or 1012875. OLE color: 1012875.
HSL color Cylindrical-coordinate representation of color #8B740F: hue angle of 48.87º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B740F is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 15 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.45 |
| HSL | 48.87º | 0.81% | 0.3% | - |
| HSV(B) | 48.87º | 0.89% | 0.55% | - |
| XYZ | 16.98 | 18.01 | 3.03 | - |
| YUV | 111.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 15 | 0 | 0.17 | 0.89 | 0.45 | 48.87 | 0.81 | 0.3 |
| Hex | 8B | 74 | F | 0 | 11 | 59 | 2D | 31 | 51 | 1E |
| Octal | 213 | 164 | 17 | 0 | 21 | 131 | 55 | 61 | 121 | 36 |
| Binary | 10001011 | 1110100 | 1111 | 0 | 10001 | 1011001 | 101101 | 110001 | 1010001 | 11110 |
Color Harmonies of #8B740F
Complementary color
Monochromatic Colors of #8B740F
Black with #8B740F
Text Example
Text Example
White with #8B740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B740F; }
p { color: rgb(139,116,15); }
H1.HeaderClassName
{
color: #8B740F;
}
.AnyTagClassName
{
color: #8B740F;
}
</style>
background-color css
<style>
a { background-color: #8B740F; }
a { background-color: rgb(139,116,15); }
div.DivClassName
{
background-color: #8B740F;
}
.BgClassName
{
background-color: #8B740F;
}
</style>
border-color css
<style>
span { border-color: #8B740F; }
span { border-color: rgb(139,116,15); }
td.TdClassName
{
border-color: #8B740F;
}
.TagClassName
{
border-color: #8B740F;
}
</style>