Shades of Yukon Gold #81731D
Tints of Yukon Gold #81731D
RGB
CMYK
RGB Variations
Color information
#81731D (or 0x81731D) is known color: Yukon Gold. HEX triplet: 81, 73 and 1D. RGB value is (129,115,29). Sum of RGB (Red+Green+Blue) = 129+115+29=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81731D is #7E8CE2. Grayscale: #6D6D6D. Windows color (decimal): -8293603 or 1930113. OLE color: 1930113.
HSL color Cylindrical-coordinate representation of color #81731D: hue angle of 51.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81731D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 29 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.49 |
| HSL | 51.6º | 0.63% | 0.31% | - |
| HSV(B) | 51.6º | 0.78% | 0.51% | - |
| XYZ | 15.41 | 17.02 | 3.64 | - |
| YUV | 109.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 29 | 0 | 0.11 | 0.78 | 0.49 | 51.6 | 0.63 | 0.31 |
| Hex | 81 | 73 | 1D | 0 | B | 4E | 31 | 34 | 3F | 1F |
| Octal | 201 | 163 | 35 | 0 | 13 | 116 | 61 | 64 | 77 | 37 |
| Binary | 10000001 | 1110011 | 11101 | 0 | 1011 | 1001110 | 110001 | 110100 | 111111 | 11111 |
Color Harmonies of #81731D
Complementary color
Monochromatic Colors of #81731D
Black with #81731D
Text Example
Text Example
White with #81731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81731D; }
p { color: rgb(129,115,29); }
H1.HeaderClassName
{
color: #81731D;
}
.AnyTagClassName
{
color: #81731D;
}
</style>
background-color css
<style>
a { background-color: #81731D; }
a { background-color: rgb(129,115,29); }
div.DivClassName
{
background-color: #81731D;
}
.BgClassName
{
background-color: #81731D;
}
</style>
border-color css
<style>
span { border-color: #81731D; }
span { border-color: rgb(129,115,29); }
td.TdClassName
{
border-color: #81731D;
}
.TagClassName
{
border-color: #81731D;
}
</style>