Shades of Yukon Gold #8A7517
Tints of Yukon Gold #8A7517
RGB
CMYK
RGB Variations
Color information
#8A7517 (or 0x8A7517) is known color: Yukon Gold. HEX triplet: 8A, 75 and 17. RGB value is (138,117,23). Sum of RGB (Red+Green+Blue) = 138+117+23=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7517 is #758AE8. Grayscale: #707070. Windows color (decimal): -7703273 or 1537418. OLE color: 1537418.
HSL color Cylindrical-coordinate representation of color #8A7517: hue angle of 49.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A7517 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 23 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.46 |
| HSL | 49.04º | 0.71% | 0.32% | - |
| HSV(B) | 49.04º | 0.83% | 0.54% | - |
| XYZ | 17 | 18.19 | 3.43 | - |
| YUV | 112.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 23 | 0 | 0.15 | 0.83 | 0.46 | 49.04 | 0.71 | 0.32 |
| Hex | 8A | 75 | 17 | 0 | F | 53 | 2E | 31 | 47 | 20 |
| Octal | 212 | 165 | 27 | 0 | 17 | 123 | 56 | 61 | 107 | 40 |
| Binary | 10001010 | 1110101 | 10111 | 0 | 1111 | 1010011 | 101110 | 110001 | 1000111 | 100000 |
Color Harmonies of #8A7517
Complementary color
Monochromatic Colors of #8A7517
Black with #8A7517
Text Example
Text Example
White with #8A7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7517; }
p { color: rgb(138,117,23); }
H1.HeaderClassName
{
color: #8A7517;
}
.AnyTagClassName
{
color: #8A7517;
}
</style>
background-color css
<style>
a { background-color: #8A7517; }
a { background-color: rgb(138,117,23); }
div.DivClassName
{
background-color: #8A7517;
}
.BgClassName
{
background-color: #8A7517;
}
</style>
border-color css
<style>
span { border-color: #8A7517; }
span { border-color: rgb(138,117,23); }
td.TdClassName
{
border-color: #8A7517;
}
.TagClassName
{
border-color: #8A7517;
}
</style>