Shades of Yukon Gold #745D15
Tints of Yukon Gold #745D15
RGB
CMYK
RGB Variations
Color information
#745D15 (or 0x745D15) is known color: Yukon Gold. HEX triplet: 74, 5D and 15. RGB value is (116,93,21). Sum of RGB (Red+Green+Blue) = 116+93+21=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D15 is #8BA2EA. Grayscale: #5B5B5B. Windows color (decimal): -9151211 or 1400180. OLE color: 1400180.
HSL color Cylindrical-coordinate representation of color #745D15: hue angle of 45.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #745D15 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 21 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.55 |
| HSL | 45.47º | 0.69% | 0.27% | - |
| HSV(B) | 45.47º | 0.82% | 0.45% | - |
| XYZ | 11.25 | 11.6 | 2.35 | - |
| YUV | 91.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 21 | 0 | 0.20 | 0.82 | 0.55 | 45.47 | 0.69 | 0.27 |
| Hex | 74 | 5D | 15 | 0 | 14 | 52 | 37 | 2D | 45 | 1B |
| Octal | 164 | 135 | 25 | 0 | 24 | 122 | 67 | 55 | 105 | 33 |
| Binary | 1110100 | 1011101 | 10101 | 0 | 10100 | 1010010 | 110111 | 101101 | 1000101 | 11011 |
Color Harmonies of #745D15
Complementary color
Monochromatic Colors of #745D15
Black with #745D15
Text Example
Text Example
White with #745D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D15; }
p { color: rgb(116,93,21); }
H1.HeaderClassName
{
color: #745D15;
}
.AnyTagClassName
{
color: #745D15;
}
</style>
background-color css
<style>
a { background-color: #745D15; }
a { background-color: rgb(116,93,21); }
div.DivClassName
{
background-color: #745D15;
}
.BgClassName
{
background-color: #745D15;
}
</style>
border-color css
<style>
span { border-color: #745D15; }
span { border-color: rgb(116,93,21); }
td.TdClassName
{
border-color: #745D15;
}
.TagClassName
{
border-color: #745D15;
}
</style>