Shades of Yukon Gold #8B7019
Tints of Yukon Gold #8B7019
RGB
CMYK
RGB Variations
Color information
#8B7019 (or 0x8B7019) is known color: Yukon Gold. HEX triplet: 8B, 70 and 19. RGB value is (139,112,25). Sum of RGB (Red+Green+Blue) = 139+112+25=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7019 is #748FE6. Grayscale: #6E6E6E. Windows color (decimal): -7639015 or 1667211. OLE color: 1667211.
HSL color Cylindrical-coordinate representation of color #8B7019: hue angle of 45.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B7019 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 25 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.45 |
| HSL | 45.79º | 0.7% | 0.32% | - |
| HSV(B) | 45.79º | 0.82% | 0.55% | - |
| XYZ | 16.62 | 17.15 | 3.35 | - |
| YUV | 110.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 25 | 0 | 0.19 | 0.82 | 0.45 | 45.79 | 0.7 | 0.32 |
| Hex | 8B | 70 | 19 | 0 | 13 | 52 | 2D | 2E | 46 | 20 |
| Octal | 213 | 160 | 31 | 0 | 23 | 122 | 55 | 56 | 106 | 40 |
| Binary | 10001011 | 1110000 | 11001 | 0 | 10011 | 1010010 | 101101 | 101110 | 1000110 | 100000 |
Color Harmonies of #8B7019
Complementary color
Monochromatic Colors of #8B7019
Black with #8B7019
Text Example
Text Example
White with #8B7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7019; }
p { color: rgb(139,112,25); }
H1.HeaderClassName
{
color: #8B7019;
}
.AnyTagClassName
{
color: #8B7019;
}
</style>
background-color css
<style>
a { background-color: #8B7019; }
a { background-color: rgb(139,112,25); }
div.DivClassName
{
background-color: #8B7019;
}
.BgClassName
{
background-color: #8B7019;
}
</style>
border-color css
<style>
span { border-color: #8B7019; }
span { border-color: rgb(139,112,25); }
td.TdClassName
{
border-color: #8B7019;
}
.TagClassName
{
border-color: #8B7019;
}
</style>