Shades of Yukon Gold #8B751C
Tints of Yukon Gold #8B751C
RGB
CMYK
RGB Variations
Color information
#8B751C (or 0x8B751C) is known color: Yukon Gold. HEX triplet: 8B, 75 and 1C. RGB value is (139,117,28). Sum of RGB (Red+Green+Blue) = 139+117+28=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B751C is #748AE3. Grayscale: #717171. Windows color (decimal): -7637732 or 1865099. OLE color: 1865099.
HSL color Cylindrical-coordinate representation of color #8B751C: hue angle of 48.11º degrees, saturation: 0.66, 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 #8B751C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 28 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.45 |
| HSL | 48.11º | 0.66% | 0.33% | - |
| HSV(B) | 48.11º | 0.8% | 0.55% | - |
| XYZ | 17.22 | 18.3 | 3.72 | - |
| YUV | 113.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 28 | 0 | 0.16 | 0.80 | 0.45 | 48.11 | 0.66 | 0.33 |
| Hex | 8B | 75 | 1C | 0 | 10 | 50 | 2D | 30 | 42 | 21 |
| Octal | 213 | 165 | 34 | 0 | 20 | 120 | 55 | 60 | 102 | 41 |
| Binary | 10001011 | 1110101 | 11100 | 0 | 10000 | 1010000 | 101101 | 110000 | 1000010 | 100001 |
Color Harmonies of #8B751C
Complementary color
Monochromatic Colors of #8B751C
Black with #8B751C
Text Example
Text Example
White with #8B751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B751C; }
p { color: rgb(139,117,28); }
H1.HeaderClassName
{
color: #8B751C;
}
.AnyTagClassName
{
color: #8B751C;
}
</style>
background-color css
<style>
a { background-color: #8B751C; }
a { background-color: rgb(139,117,28); }
div.DivClassName
{
background-color: #8B751C;
}
.BgClassName
{
background-color: #8B751C;
}
</style>
border-color css
<style>
span { border-color: #8B751C; }
span { border-color: rgb(139,117,28); }
td.TdClassName
{
border-color: #8B751C;
}
.TagClassName
{
border-color: #8B751C;
}
</style>