Shades of Yukon Gold #827123
Tints of Yukon Gold #827123
RGB
CMYK
RGB Variations
Color information
#827123 (or 0x827123) is known color: Yukon Gold. HEX triplet: 82, 71 and 23. RGB value is (130,113,35). Sum of RGB (Red+Green+Blue) = 130+113+35=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #827123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827123 is #7D8EDC. Grayscale: #6D6D6D. Windows color (decimal): -8228573 or 2322818. OLE color: 2322818.
HSL color Cylindrical-coordinate representation of color #827123: hue angle of 49.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827123 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 35 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.49 |
| HSL | 49.26º | 0.58% | 0.32% | - |
| HSV(B) | 49.26º | 0.73% | 0.51% | - |
| XYZ | 15.41 | 16.68 | 4 | - |
| YUV | 109.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 35 | 0 | 0.13 | 0.73 | 0.49 | 49.26 | 0.58 | 0.32 |
| Hex | 82 | 71 | 23 | 0 | D | 49 | 31 | 31 | 3A | 20 |
| Octal | 202 | 161 | 43 | 0 | 15 | 111 | 61 | 61 | 72 | 40 |
| Binary | 10000010 | 1110001 | 100011 | 0 | 1101 | 1001001 | 110001 | 110001 | 111010 | 100000 |
Color Harmonies of #827123
Complementary color
Monochromatic Colors of #827123
Black with #827123
Text Example
Text Example
White with #827123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827123; }
p { color: rgb(130,113,35); }
H1.HeaderClassName
{
color: #827123;
}
.AnyTagClassName
{
color: #827123;
}
</style>
background-color css
<style>
a { background-color: #827123; }
a { background-color: rgb(130,113,35); }
div.DivClassName
{
background-color: #827123;
}
.BgClassName
{
background-color: #827123;
}
</style>
border-color css
<style>
span { border-color: #827123; }
span { border-color: rgb(130,113,35); }
td.TdClassName
{
border-color: #827123;
}
.TagClassName
{
border-color: #827123;
}
</style>