Shades of Yukon Gold #8B771D
Tints of Yukon Gold #8B771D
RGB
CMYK
RGB Variations
Color information
#8B771D (or 0x8B771D) is known color: Yukon Gold. HEX triplet: 8B, 77 and 1D. RGB value is (139,119,29). Sum of RGB (Red+Green+Blue) = 139+119+29=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B771D is #7488E2. Grayscale: #737373. Windows color (decimal): -7637219 or 1931147. OLE color: 1931147.
HSL color Cylindrical-coordinate representation of color #8B771D: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B771D is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 29 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.45 |
| HSL | 49.09º | 0.65% | 0.33% | - |
| HSV(B) | 49.09º | 0.79% | 0.55% | - |
| XYZ | 17.47 | 18.77 | 3.87 | - |
| YUV | 114.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 29 | 0 | 0.14 | 0.79 | 0.45 | 49.09 | 0.65 | 0.33 |
| Hex | 8B | 77 | 1D | 0 | E | 4F | 2D | 31 | 41 | 21 |
| Octal | 213 | 167 | 35 | 0 | 16 | 117 | 55 | 61 | 101 | 41 |
| Binary | 10001011 | 1110111 | 11101 | 0 | 1110 | 1001111 | 101101 | 110001 | 1000001 | 100001 |
Color Harmonies of #8B771D
Complementary color
Monochromatic Colors of #8B771D
Black with #8B771D
Text Example
Text Example
White with #8B771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B771D; }
p { color: rgb(139,119,29); }
H1.HeaderClassName
{
color: #8B771D;
}
.AnyTagClassName
{
color: #8B771D;
}
</style>
background-color css
<style>
a { background-color: #8B771D; }
a { background-color: rgb(139,119,29); }
div.DivClassName
{
background-color: #8B771D;
}
.BgClassName
{
background-color: #8B771D;
}
</style>
border-color css
<style>
span { border-color: #8B771D; }
span { border-color: rgb(139,119,29); }
td.TdClassName
{
border-color: #8B771D;
}
.TagClassName
{
border-color: #8B771D;
}
</style>