Shades of Yukon Gold #836725
Tints of Yukon Gold #836725
RGB
CMYK
RGB Variations
Color information
#836725 (or 0x836725) is known color: Yukon Gold. HEX triplet: 83, 67 and 25. RGB value is (131,103,37). Sum of RGB (Red+Green+Blue) = 131+103+37=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #836725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836725 is #7C98DA. Grayscale: #686868. Windows color (decimal): -8165595 or 2451331. OLE color: 2451331.
HSL color Cylindrical-coordinate representation of color #836725: hue angle of 42.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #836725 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 37 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.49 |
| HSL | 42.13º | 0.56% | 0.33% | - |
| HSV(B) | 42.13º | 0.72% | 0.51% | - |
| XYZ | 14.54 | 14.66 | 3.81 | - |
| YUV | 103.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 37 | 0 | 0.21 | 0.72 | 0.49 | 42.13 | 0.56 | 0.33 |
| Hex | 83 | 67 | 25 | 0 | 15 | 48 | 31 | 2A | 38 | 21 |
| Octal | 203 | 147 | 45 | 0 | 25 | 110 | 61 | 52 | 70 | 41 |
| Binary | 10000011 | 1100111 | 100101 | 0 | 10101 | 1001000 | 110001 | 101010 | 111000 | 100001 |
Color Harmonies of #836725
Complementary color
Monochromatic Colors of #836725
Black with #836725
Text Example
Text Example
White with #836725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836725; }
p { color: rgb(131,103,37); }
H1.HeaderClassName
{
color: #836725;
}
.AnyTagClassName
{
color: #836725;
}
</style>
background-color css
<style>
a { background-color: #836725; }
a { background-color: rgb(131,103,37); }
div.DivClassName
{
background-color: #836725;
}
.BgClassName
{
background-color: #836725;
}
</style>
border-color css
<style>
span { border-color: #836725; }
span { border-color: rgb(131,103,37); }
td.TdClassName
{
border-color: #836725;
}
.TagClassName
{
border-color: #836725;
}
</style>