Shades of Yukon Gold #745E13
Tints of Yukon Gold #745E13
RGB
CMYK
RGB Variations
Color information
#745E13 (or 0x745E13) is known color: Yukon Gold. HEX triplet: 74, 5E and 13. RGB value is (116,94,19). Sum of RGB (Red+Green+Blue) = 116+94+19=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #745E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E13 is #8BA1EC. Grayscale: #5C5C5C. Windows color (decimal): -9150957 or 1269364. OLE color: 1269364.
HSL color Cylindrical-coordinate representation of color #745E13: hue angle of 46.39º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745E13 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 19 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.55 |
| HSL | 46.39º | 0.72% | 0.26% | - |
| HSV(B) | 46.39º | 0.84% | 0.45% | - |
| XYZ | 11.32 | 11.77 | 2.29 | - |
| YUV | 92.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 19 | 0 | 0.19 | 0.84 | 0.55 | 46.39 | 0.72 | 0.26 |
| Hex | 74 | 5E | 13 | 0 | 13 | 54 | 37 | 2E | 48 | 1A |
| Octal | 164 | 136 | 23 | 0 | 23 | 124 | 67 | 56 | 110 | 32 |
| Binary | 1110100 | 1011110 | 10011 | 0 | 10011 | 1010100 | 110111 | 101110 | 1001000 | 11010 |
Color Harmonies of #745E13
Complementary color
Monochromatic Colors of #745E13
Black with #745E13
Text Example
Text Example
White with #745E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E13; }
p { color: rgb(116,94,19); }
H1.HeaderClassName
{
color: #745E13;
}
.AnyTagClassName
{
color: #745E13;
}
</style>
background-color css
<style>
a { background-color: #745E13; }
a { background-color: rgb(116,94,19); }
div.DivClassName
{
background-color: #745E13;
}
.BgClassName
{
background-color: #745E13;
}
</style>
border-color css
<style>
span { border-color: #745E13; }
span { border-color: rgb(116,94,19); }
td.TdClassName
{
border-color: #745E13;
}
.TagClassName
{
border-color: #745E13;
}
</style>