Shades of Yukon Gold #725D15
Tints of Yukon Gold #725D15
RGB
CMYK
RGB Variations
Color information
#725D15 (or 0x725D15) is known color: Yukon Gold. HEX triplet: 72, 5D and 15. RGB value is (114,93,21). Sum of RGB (Red+Green+Blue) = 114+93+21=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #725D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D15 is #8DA2EA. Grayscale: #5B5B5B. Windows color (decimal): -9282283 or 1400178. OLE color: 1400178.
HSL color Cylindrical-coordinate representation of color #725D15: hue angle of 46.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #725D15 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 21 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.55 |
| HSL | 46.45º | 0.69% | 0.26% | - |
| HSV(B) | 46.45º | 0.82% | 0.45% | - |
| XYZ | 10.99 | 11.46 | 2.34 | - |
| YUV | 91.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 21 | 0 | 0.18 | 0.82 | 0.55 | 46.45 | 0.69 | 0.26 |
| Hex | 72 | 5D | 15 | 0 | 12 | 52 | 37 | 2E | 45 | 1A |
| Octal | 162 | 135 | 25 | 0 | 22 | 122 | 67 | 56 | 105 | 32 |
| Binary | 1110010 | 1011101 | 10101 | 0 | 10010 | 1010010 | 110111 | 101110 | 1000101 | 11010 |
Color Harmonies of #725D15
Complementary color
Monochromatic Colors of #725D15
Black with #725D15
Text Example
Text Example
White with #725D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D15; }
p { color: rgb(114,93,21); }
H1.HeaderClassName
{
color: #725D15;
}
.AnyTagClassName
{
color: #725D15;
}
</style>
background-color css
<style>
a { background-color: #725D15; }
a { background-color: rgb(114,93,21); }
div.DivClassName
{
background-color: #725D15;
}
.BgClassName
{
background-color: #725D15;
}
</style>
border-color css
<style>
span { border-color: #725D15; }
span { border-color: rgb(114,93,21); }
td.TdClassName
{
border-color: #725D15;
}
.TagClassName
{
border-color: #725D15;
}
</style>