Shades of Yukon Gold #8B701B
Tints of Yukon Gold #8B701B
RGB
CMYK
RGB Variations
Color information
#8B701B (or 0x8B701B) is known color: Yukon Gold. HEX triplet: 8B, 70 and 1B. RGB value is (139,112,27). Sum of RGB (Red+Green+Blue) = 139+112+27=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B701B is #748FE4. Grayscale: #6E6E6E. Windows color (decimal): -7639013 or 1798283. OLE color: 1798283.
HSL color Cylindrical-coordinate representation of color #8B701B: hue angle of 45.54º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B701B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 27 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.45 |
| HSL | 45.54º | 0.67% | 0.33% | - |
| HSV(B) | 45.54º | 0.81% | 0.55% | - |
| XYZ | 16.64 | 17.16 | 3.47 | - |
| YUV | 110.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 27 | 0 | 0.19 | 0.81 | 0.45 | 45.54 | 0.67 | 0.33 |
| Hex | 8B | 70 | 1B | 0 | 13 | 51 | 2D | 2E | 43 | 21 |
| Octal | 213 | 160 | 33 | 0 | 23 | 121 | 55 | 56 | 103 | 41 |
| Binary | 10001011 | 1110000 | 11011 | 0 | 10011 | 1010001 | 101101 | 101110 | 1000011 | 100001 |
Color Harmonies of #8B701B
Complementary color
Monochromatic Colors of #8B701B
Black with #8B701B
Text Example
Text Example
White with #8B701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B701B; }
p { color: rgb(139,112,27); }
H1.HeaderClassName
{
color: #8B701B;
}
.AnyTagClassName
{
color: #8B701B;
}
</style>
background-color css
<style>
a { background-color: #8B701B; }
a { background-color: rgb(139,112,27); }
div.DivClassName
{
background-color: #8B701B;
}
.BgClassName
{
background-color: #8B701B;
}
</style>
border-color css
<style>
span { border-color: #8B701B; }
span { border-color: rgb(139,112,27); }
td.TdClassName
{
border-color: #8B701B;
}
.TagClassName
{
border-color: #8B701B;
}
</style>