Shades of Yukon Gold #8B721B
Tints of Yukon Gold #8B721B
RGB
CMYK
RGB Variations
Color information
#8B721B (or 0x8B721B) is known color: Yukon Gold. HEX triplet: 8B, 72 and 1B. RGB value is (139,114,27). Sum of RGB (Red+Green+Blue) = 139+114+27=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B721B is #748DE4. Grayscale: #6F6F6F. Windows color (decimal): -7638501 or 1798795. OLE color: 1798795.
HSL color Cylindrical-coordinate representation of color #8B721B: hue angle of 46.61º 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 #8B721B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 27 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.45 |
| HSL | 46.61º | 0.67% | 0.33% | - |
| HSV(B) | 46.61º | 0.81% | 0.55% | - |
| XYZ | 16.86 | 17.6 | 3.55 | - |
| YUV | 111.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 27 | 0 | 0.18 | 0.81 | 0.45 | 46.61 | 0.67 | 0.33 |
| Hex | 8B | 72 | 1B | 0 | 12 | 51 | 2D | 2F | 43 | 21 |
| Octal | 213 | 162 | 33 | 0 | 22 | 121 | 55 | 57 | 103 | 41 |
| Binary | 10001011 | 1110010 | 11011 | 0 | 10010 | 1010001 | 101101 | 101111 | 1000011 | 100001 |
Color Harmonies of #8B721B
Complementary color
Monochromatic Colors of #8B721B
Black with #8B721B
Text Example
Text Example
White with #8B721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B721B; }
p { color: rgb(139,114,27); }
H1.HeaderClassName
{
color: #8B721B;
}
.AnyTagClassName
{
color: #8B721B;
}
</style>
background-color css
<style>
a { background-color: #8B721B; }
a { background-color: rgb(139,114,27); }
div.DivClassName
{
background-color: #8B721B;
}
.BgClassName
{
background-color: #8B721B;
}
</style>
border-color css
<style>
span { border-color: #8B721B; }
span { border-color: rgb(139,114,27); }
td.TdClassName
{
border-color: #8B721B;
}
.TagClassName
{
border-color: #8B721B;
}
</style>