Shades of Yukon Gold #8C751C
Tints of Yukon Gold #8C751C
RGB
CMYK
RGB Variations
Color information
#8C751C (or 0x8C751C) is known color: Yukon Gold. HEX triplet: 8C, 75 and 1C. RGB value is (140,117,28). Sum of RGB (Red+Green+Blue) = 140+117+28=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C751C is #738AE3. Grayscale: #727272. Windows color (decimal): -7572196 or 1865100. OLE color: 1865100.
HSL color Cylindrical-coordinate representation of color #8C751C: hue angle of 47.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C751C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 28 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.45 |
| HSL | 47.68º | 0.67% | 0.33% | - |
| HSV(B) | 47.68º | 0.8% | 0.55% | - |
| XYZ | 17.39 | 18.38 | 3.73 | - |
| YUV | 113.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 28 | 0 | 0.16 | 0.80 | 0.45 | 47.68 | 0.67 | 0.33 |
| Hex | 8C | 75 | 1C | 0 | 10 | 50 | 2D | 30 | 43 | 21 |
| Octal | 214 | 165 | 34 | 0 | 20 | 120 | 55 | 60 | 103 | 41 |
| Binary | 10001100 | 1110101 | 11100 | 0 | 10000 | 1010000 | 101101 | 110000 | 1000011 | 100001 |
Color Harmonies of #8C751C
Complementary color
Monochromatic Colors of #8C751C
Black with #8C751C
Text Example
Text Example
White with #8C751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C751C; }
p { color: rgb(140,117,28); }
H1.HeaderClassName
{
color: #8C751C;
}
.AnyTagClassName
{
color: #8C751C;
}
</style>
background-color css
<style>
a { background-color: #8C751C; }
a { background-color: rgb(140,117,28); }
div.DivClassName
{
background-color: #8C751C;
}
.BgClassName
{
background-color: #8C751C;
}
</style>
border-color css
<style>
span { border-color: #8C751C; }
span { border-color: rgb(140,117,28); }
td.TdClassName
{
border-color: #8C751C;
}
.TagClassName
{
border-color: #8C751C;
}
</style>