Shades of Yukon Gold #715D19
Tints of Yukon Gold #715D19
RGB
CMYK
RGB Variations
Color information
#715D19 (or 0x715D19) is known color: Yukon Gold. HEX triplet: 71, 5D and 19. RGB value is (113,93,25). Sum of RGB (Red+Green+Blue) = 113+93+25=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #715D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D19 is #8EA2E6. Grayscale: #5B5B5B. Windows color (decimal): -9347815 or 1662321. OLE color: 1662321.
HSL color Cylindrical-coordinate representation of color #715D19: hue angle of 46.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #715D19 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 25 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.56 |
| HSL | 46.36º | 0.64% | 0.27% | - |
| HSV(B) | 46.36º | 0.78% | 0.44% | - |
| XYZ | 10.9 | 11.41 | 2.55 | - |
| YUV | 91.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 25 | 0 | 0.18 | 0.78 | 0.56 | 46.36 | 0.64 | 0.27 |
| Hex | 71 | 5D | 19 | 0 | 12 | 4E | 38 | 2E | 40 | 1B |
| Octal | 161 | 135 | 31 | 0 | 22 | 116 | 70 | 56 | 100 | 33 |
| Binary | 1110001 | 1011101 | 11001 | 0 | 10010 | 1001110 | 111000 | 101110 | 1000000 | 11011 |
Color Harmonies of #715D19
Complementary color
Monochromatic Colors of #715D19
Black with #715D19
Text Example
Text Example
White with #715D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D19; }
p { color: rgb(113,93,25); }
H1.HeaderClassName
{
color: #715D19;
}
.AnyTagClassName
{
color: #715D19;
}
</style>
background-color css
<style>
a { background-color: #715D19; }
a { background-color: rgb(113,93,25); }
div.DivClassName
{
background-color: #715D19;
}
.BgClassName
{
background-color: #715D19;
}
</style>
border-color css
<style>
span { border-color: #715D19; }
span { border-color: rgb(113,93,25); }
td.TdClassName
{
border-color: #715D19;
}
.TagClassName
{
border-color: #715D19;
}
</style>