Shades of Yukon Gold #8B751B
Tints of Yukon Gold #8B751B
RGB
CMYK
RGB Variations
Color information
#8B751B (or 0x8B751B) is known color: Yukon Gold. HEX triplet: 8B, 75 and 1B. RGB value is (139,117,27). Sum of RGB (Red+Green+Blue) = 139+117+27=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B751B is #748AE4. Grayscale: #717171. Windows color (decimal): -7637733 or 1799563. OLE color: 1799563.
HSL color Cylindrical-coordinate representation of color #8B751B: hue angle of 48.21º 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 #8B751B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 27 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.45 |
| HSL | 48.21º | 0.67% | 0.33% | - |
| HSV(B) | 48.21º | 0.81% | 0.55% | - |
| XYZ | 17.21 | 18.29 | 3.66 | - |
| YUV | 113.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 27 | 0 | 0.16 | 0.81 | 0.45 | 48.21 | 0.67 | 0.33 |
| Hex | 8B | 75 | 1B | 0 | 10 | 51 | 2D | 30 | 43 | 21 |
| Octal | 213 | 165 | 33 | 0 | 20 | 121 | 55 | 60 | 103 | 41 |
| Binary | 10001011 | 1110101 | 11011 | 0 | 10000 | 1010001 | 101101 | 110000 | 1000011 | 100001 |
Color Harmonies of #8B751B
Complementary color
Monochromatic Colors of #8B751B
Black with #8B751B
Text Example
Text Example
White with #8B751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B751B; }
p { color: rgb(139,117,27); }
H1.HeaderClassName
{
color: #8B751B;
}
.AnyTagClassName
{
color: #8B751B;
}
</style>
background-color css
<style>
a { background-color: #8B751B; }
a { background-color: rgb(139,117,27); }
div.DivClassName
{
background-color: #8B751B;
}
.BgClassName
{
background-color: #8B751B;
}
</style>
border-color css
<style>
span { border-color: #8B751B; }
span { border-color: rgb(139,117,27); }
td.TdClassName
{
border-color: #8B751B;
}
.TagClassName
{
border-color: #8B751B;
}
</style>