Shades of Yukon Gold #83700C
Tints of Yukon Gold #83700C
RGB
CMYK
RGB Variations
Color information
#83700C (or 0x83700C) is known color: Yukon Gold. HEX triplet: 83, 70 and 0C. RGB value is (131,112,12). Sum of RGB (Red+Green+Blue) = 131+112+12=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83700C is #7C8FF3. Grayscale: #6A6A6A. Windows color (decimal): -8163316 or 815235. OLE color: 815235.
HSL color Cylindrical-coordinate representation of color #83700C: hue angle of 50.42º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83700C is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 12 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.49 |
| HSL | 50.42º | 0.83% | 0.28% | - |
| HSV(B) | 50.42º | 0.91% | 0.51% | - |
| XYZ | 15.22 | 16.44 | 2.72 | - |
| YUV | 106.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 12 | 0 | 0.15 | 0.91 | 0.49 | 50.42 | 0.83 | 0.28 |
| Hex | 83 | 70 | C | 0 | F | 5B | 31 | 32 | 53 | 1C |
| Octal | 203 | 160 | 14 | 0 | 17 | 133 | 61 | 62 | 123 | 34 |
| Binary | 10000011 | 1110000 | 1100 | 0 | 1111 | 1011011 | 110001 | 110010 | 1010011 | 11100 |
Color Harmonies of #83700C
Complementary color
Monochromatic Colors of #83700C
Black with #83700C
Text Example
Text Example
White with #83700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83700C; }
p { color: rgb(131,112,12); }
H1.HeaderClassName
{
color: #83700C;
}
.AnyTagClassName
{
color: #83700C;
}
</style>
background-color css
<style>
a { background-color: #83700C; }
a { background-color: rgb(131,112,12); }
div.DivClassName
{
background-color: #83700C;
}
.BgClassName
{
background-color: #83700C;
}
</style>
border-color css
<style>
span { border-color: #83700C; }
span { border-color: rgb(131,112,12); }
td.TdClassName
{
border-color: #83700C;
}
.TagClassName
{
border-color: #83700C;
}
</style>