Shades of Yukon Gold #835C0D
Tints of Yukon Gold #835C0D
RGB
CMYK
RGB Variations
Color information
#835C0D (or 0x835C0D) is known color: Yukon Gold. HEX triplet: 83, 5C and 0D. RGB value is (131,92,13). Sum of RGB (Red+Green+Blue) = 131+92+13=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #835C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835C0D is #7CA3F2. Grayscale: #5F5F5F. Windows color (decimal): -8168435 or 875651. OLE color: 875651.
HSL color Cylindrical-coordinate representation of color #835C0D: hue angle of 40.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #835C0D is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 13 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.49 |
| HSL | 40.17º | 0.82% | 0.28% | - |
| HSV(B) | 40.17º | 0.9% | 0.51% | - |
| XYZ | 13.26 | 12.51 | 2.1 | - |
| YUV | 94.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 13 | 0 | 0.30 | 0.90 | 0.49 | 40.17 | 0.82 | 0.28 |
| Hex | 83 | 5C | D | 0 | 1E | 5A | 31 | 28 | 52 | 1C |
| Octal | 203 | 134 | 15 | 0 | 36 | 132 | 61 | 50 | 122 | 34 |
| Binary | 10000011 | 1011100 | 1101 | 0 | 11110 | 1011010 | 110001 | 101000 | 1010010 | 11100 |
Color Harmonies of #835C0D
Complementary color
Monochromatic Colors of #835C0D
Black with #835C0D
Text Example
Text Example
White with #835C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C0D; }
p { color: rgb(131,92,13); }
H1.HeaderClassName
{
color: #835C0D;
}
.AnyTagClassName
{
color: #835C0D;
}
</style>
background-color css
<style>
a { background-color: #835C0D; }
a { background-color: rgb(131,92,13); }
div.DivClassName
{
background-color: #835C0D;
}
.BgClassName
{
background-color: #835C0D;
}
</style>
border-color css
<style>
span { border-color: #835C0D; }
span { border-color: rgb(131,92,13); }
td.TdClassName
{
border-color: #835C0D;
}
.TagClassName
{
border-color: #835C0D;
}
</style>