Shades of Yukon Gold #81731C
Tints of Yukon Gold #81731C
RGB
CMYK
RGB Variations
Color information
#81731C (or 0x81731C) is known color: Yukon Gold. HEX triplet: 81, 73 and 1C. RGB value is (129,115,28). Sum of RGB (Red+Green+Blue) = 129+115+28=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81731C is #7E8CE3. Grayscale: #6D6D6D. Windows color (decimal): -8293604 or 1864577. OLE color: 1864577.
HSL color Cylindrical-coordinate representation of color #81731C: hue angle of 51.68º degrees, saturation: 0.64, 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 #81731C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 28 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.49 |
| HSL | 51.68º | 0.64% | 0.31% | - |
| HSV(B) | 51.68º | 0.78% | 0.51% | - |
| XYZ | 15.39 | 17.01 | 3.57 | - |
| YUV | 109.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 28 | 0 | 0.11 | 0.78 | 0.49 | 51.68 | 0.64 | 0.31 |
| Hex | 81 | 73 | 1C | 0 | B | 4E | 31 | 34 | 40 | 1F |
| Octal | 201 | 163 | 34 | 0 | 13 | 116 | 61 | 64 | 100 | 37 |
| Binary | 10000001 | 1110011 | 11100 | 0 | 1011 | 1001110 | 110001 | 110100 | 1000000 | 11111 |
Color Harmonies of #81731C
Complementary color
Monochromatic Colors of #81731C
Black with #81731C
Text Example
Text Example
White with #81731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81731C; }
p { color: rgb(129,115,28); }
H1.HeaderClassName
{
color: #81731C;
}
.AnyTagClassName
{
color: #81731C;
}
</style>
background-color css
<style>
a { background-color: #81731C; }
a { background-color: rgb(129,115,28); }
div.DivClassName
{
background-color: #81731C;
}
.BgClassName
{
background-color: #81731C;
}
</style>
border-color css
<style>
span { border-color: #81731C; }
span { border-color: rgb(129,115,28); }
td.TdClassName
{
border-color: #81731C;
}
.TagClassName
{
border-color: #81731C;
}
</style>