Shades of Yukon Gold #83751E
Tints of Yukon Gold #83751E
RGB
CMYK
RGB Variations
Color information
#83751E (or 0x83751E) is known color: Yukon Gold. HEX triplet: 83, 75 and 1E. RGB value is (131,117,30). Sum of RGB (Red+Green+Blue) = 131+117+30=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83751E is #7C8AE1. Grayscale: #6F6F6F. Windows color (decimal): -8162018 or 1996163. OLE color: 1996163.
HSL color Cylindrical-coordinate representation of color #83751E: hue angle of 51.68º 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 #83751E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 30 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.49 |
| HSL | 51.68º | 0.63% | 0.32% | - |
| HSV(B) | 51.68º | 0.77% | 0.51% | - |
| XYZ | 15.96 | 17.64 | 3.79 | - |
| YUV | 111.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 30 | 0 | 0.11 | 0.77 | 0.49 | 51.68 | 0.63 | 0.32 |
| Hex | 83 | 75 | 1E | 0 | B | 4D | 31 | 34 | 3F | 20 |
| Octal | 203 | 165 | 36 | 0 | 13 | 115 | 61 | 64 | 77 | 40 |
| Binary | 10000011 | 1110101 | 11110 | 0 | 1011 | 1001101 | 110001 | 110100 | 111111 | 100000 |
Color Harmonies of #83751E
Complementary color
Monochromatic Colors of #83751E
Black with #83751E
Text Example
Text Example
White with #83751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83751E; }
p { color: rgb(131,117,30); }
H1.HeaderClassName
{
color: #83751E;
}
.AnyTagClassName
{
color: #83751E;
}
</style>
background-color css
<style>
a { background-color: #83751E; }
a { background-color: rgb(131,117,30); }
div.DivClassName
{
background-color: #83751E;
}
.BgClassName
{
background-color: #83751E;
}
</style>
border-color css
<style>
span { border-color: #83751E; }
span { border-color: rgb(131,117,30); }
td.TdClassName
{
border-color: #83751E;
}
.TagClassName
{
border-color: #83751E;
}
</style>