Shades of Yukon Gold #83721E
Tints of Yukon Gold #83721E
RGB
CMYK
RGB Variations
Color information
#83721E (or 0x83721E) is known color: Yukon Gold. HEX triplet: 83, 72 and 1E. RGB value is (131,114,30). Sum of RGB (Red+Green+Blue) = 131+114+30=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83721E is #7C8DE1. Grayscale: #6D6D6D. Windows color (decimal): -8162786 or 1995395. OLE color: 1995395.
HSL color Cylindrical-coordinate representation of color #83721E: hue angle of 49.9º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83721E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 30 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.49 |
| HSL | 49.9º | 0.63% | 0.32% | - |
| HSV(B) | 49.9º | 0.77% | 0.51% | - |
| XYZ | 15.61 | 16.95 | 3.68 | - |
| YUV | 109.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 30 | 0 | 0.13 | 0.77 | 0.49 | 49.9 | 0.63 | 0.32 |
| Hex | 83 | 72 | 1E | 0 | D | 4D | 31 | 32 | 3F | 20 |
| Octal | 203 | 162 | 36 | 0 | 15 | 115 | 61 | 62 | 77 | 40 |
| Binary | 10000011 | 1110010 | 11110 | 0 | 1101 | 1001101 | 110001 | 110010 | 111111 | 100000 |
Color Harmonies of #83721E
Complementary color
Monochromatic Colors of #83721E
Black with #83721E
Text Example
Text Example
White with #83721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83721E; }
p { color: rgb(131,114,30); }
H1.HeaderClassName
{
color: #83721E;
}
.AnyTagClassName
{
color: #83721E;
}
</style>
background-color css
<style>
a { background-color: #83721E; }
a { background-color: rgb(131,114,30); }
div.DivClassName
{
background-color: #83721E;
}
.BgClassName
{
background-color: #83721E;
}
</style>
border-color css
<style>
span { border-color: #83721E; }
span { border-color: rgb(131,114,30); }
td.TdClassName
{
border-color: #83721E;
}
.TagClassName
{
border-color: #83721E;
}
</style>