Shades of Yukon Gold #835F0F
Tints of Yukon Gold #835F0F
RGB
CMYK
RGB Variations
Color information
#835F0F (or 0x835F0F) is known color: Yukon Gold. HEX triplet: 83, 5F and 0F. RGB value is (131,95,15). Sum of RGB (Red+Green+Blue) = 131+95+15=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #835F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835F0F is #7CA0F0. Grayscale: #616161. Windows color (decimal): -8167665 or 1007491. OLE color: 1007491.
HSL color Cylindrical-coordinate representation of color #835F0F: hue angle of 41.38º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #835F0F is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 15 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.49 |
| HSL | 41.38º | 0.79% | 0.29% | - |
| HSV(B) | 41.38º | 0.89% | 0.51% | - |
| XYZ | 13.54 | 13.04 | 2.26 | - |
| YUV | 96.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 15 | 0 | 0.27 | 0.89 | 0.49 | 41.38 | 0.79 | 0.29 |
| Hex | 83 | 5F | F | 0 | 1B | 59 | 31 | 29 | 4F | 1D |
| Octal | 203 | 137 | 17 | 0 | 33 | 131 | 61 | 51 | 117 | 35 |
| Binary | 10000011 | 1011111 | 1111 | 0 | 11011 | 1011001 | 110001 | 101001 | 1001111 | 11101 |
Color Harmonies of #835F0F
Complementary color
Monochromatic Colors of #835F0F
Black with #835F0F
Text Example
Text Example
White with #835F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F0F; }
p { color: rgb(131,95,15); }
H1.HeaderClassName
{
color: #835F0F;
}
.AnyTagClassName
{
color: #835F0F;
}
</style>
background-color css
<style>
a { background-color: #835F0F; }
a { background-color: rgb(131,95,15); }
div.DivClassName
{
background-color: #835F0F;
}
.BgClassName
{
background-color: #835F0F;
}
</style>
border-color css
<style>
span { border-color: #835F0F; }
span { border-color: rgb(131,95,15); }
td.TdClassName
{
border-color: #835F0F;
}
.TagClassName
{
border-color: #835F0F;
}
</style>