Shades of Yukon Gold #83731F
Tints of Yukon Gold #83731F
RGB
CMYK
RGB Variations
Color information
#83731F (or 0x83731F) is known color: Yukon Gold. HEX triplet: 83, 73 and 1F. RGB value is (131,115,31). Sum of RGB (Red+Green+Blue) = 131+115+31=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83731F is #7C8CE0. Grayscale: #6E6E6E. Windows color (decimal): -8162529 or 2061187. OLE color: 2061187.
HSL color Cylindrical-coordinate representation of color #83731F: hue angle of 50.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83731F is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 31 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.49 |
| HSL | 50.4º | 0.62% | 0.32% | - |
| HSV(B) | 50.4º | 0.76% | 0.51% | - |
| XYZ | 15.74 | 17.19 | 3.78 | - |
| YUV | 110.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 31 | 0 | 0.12 | 0.76 | 0.49 | 50.4 | 0.62 | 0.32 |
| Hex | 83 | 73 | 1F | 0 | C | 4C | 31 | 32 | 3E | 20 |
| Octal | 203 | 163 | 37 | 0 | 14 | 114 | 61 | 62 | 76 | 40 |
| Binary | 10000011 | 1110011 | 11111 | 0 | 1100 | 1001100 | 110001 | 110010 | 111110 | 100000 |
Color Harmonies of #83731F
Complementary color
Monochromatic Colors of #83731F
Black with #83731F
Text Example
Text Example
White with #83731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83731F; }
p { color: rgb(131,115,31); }
H1.HeaderClassName
{
color: #83731F;
}
.AnyTagClassName
{
color: #83731F;
}
</style>
background-color css
<style>
a { background-color: #83731F; }
a { background-color: rgb(131,115,31); }
div.DivClassName
{
background-color: #83731F;
}
.BgClassName
{
background-color: #83731F;
}
</style>
border-color css
<style>
span { border-color: #83731F; }
span { border-color: rgb(131,115,31); }
td.TdClassName
{
border-color: #83731F;
}
.TagClassName
{
border-color: #83731F;
}
</style>