Shades of Yukon Gold #745C15
Tints of Yukon Gold #745C15
RGB
CMYK
RGB Variations
Color information
#745C15 (or 0x745C15) is known color: Yukon Gold. HEX triplet: 74, 5C and 15. RGB value is (116,92,21). Sum of RGB (Red+Green+Blue) = 116+92+21=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #745C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C15 is #8BA3EA. Grayscale: #5B5B5B. Windows color (decimal): -9151467 or 1399924. OLE color: 1399924.
HSL color Cylindrical-coordinate representation of color #745C15: hue angle of 44.84º 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 #745C15 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 21 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.55 |
| HSL | 44.84º | 0.69% | 0.27% | - |
| HSV(B) | 44.84º | 0.82% | 0.45% | - |
| XYZ | 11.16 | 11.42 | 2.33 | - |
| YUV | 91.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 21 | 0 | 0.21 | 0.82 | 0.55 | 44.84 | 0.69 | 0.27 |
| Hex | 74 | 5C | 15 | 0 | 15 | 52 | 37 | 2D | 45 | 1B |
| Octal | 164 | 134 | 25 | 0 | 25 | 122 | 67 | 55 | 105 | 33 |
| Binary | 1110100 | 1011100 | 10101 | 0 | 10101 | 1010010 | 110111 | 101101 | 1000101 | 11011 |
Color Harmonies of #745C15
Complementary color
Monochromatic Colors of #745C15
Black with #745C15
Text Example
Text Example
White with #745C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C15; }
p { color: rgb(116,92,21); }
H1.HeaderClassName
{
color: #745C15;
}
.AnyTagClassName
{
color: #745C15;
}
</style>
background-color css
<style>
a { background-color: #745C15; }
a { background-color: rgb(116,92,21); }
div.DivClassName
{
background-color: #745C15;
}
.BgClassName
{
background-color: #745C15;
}
</style>
border-color css
<style>
span { border-color: #745C15; }
span { border-color: rgb(116,92,21); }
td.TdClassName
{
border-color: #745C15;
}
.TagClassName
{
border-color: #745C15;
}
</style>