Shades of Yukon Gold #745D12
Tints of Yukon Gold #745D12
RGB
CMYK
RGB Variations
Color information
#745D12 (or 0x745D12) is known color: Yukon Gold. HEX triplet: 74, 5D and 12. RGB value is (116,93,18). Sum of RGB (Red+Green+Blue) = 116+93+18=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #745D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D12 is #8BA2ED. Grayscale: #5B5B5B. Windows color (decimal): -9151214 or 1203572. OLE color: 1203572.
HSL color Cylindrical-coordinate representation of color #745D12: hue angle of 45.92º degrees, saturation: 0.73, 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 #745D12 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 18 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.55 |
| HSL | 45.92º | 0.73% | 0.26% | - |
| HSV(B) | 45.92º | 0.84% | 0.45% | - |
| XYZ | 11.23 | 11.59 | 2.22 | - |
| YUV | 91.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 18 | 0 | 0.20 | 0.84 | 0.55 | 45.92 | 0.73 | 0.26 |
| Hex | 74 | 5D | 12 | 0 | 14 | 54 | 37 | 2E | 49 | 1A |
| Octal | 164 | 135 | 22 | 0 | 24 | 124 | 67 | 56 | 111 | 32 |
| Binary | 1110100 | 1011101 | 10010 | 0 | 10100 | 1010100 | 110111 | 101110 | 1001001 | 11010 |
Color Harmonies of #745D12
Complementary color
Monochromatic Colors of #745D12
Black with #745D12
Text Example
Text Example
White with #745D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D12; }
p { color: rgb(116,93,18); }
H1.HeaderClassName
{
color: #745D12;
}
.AnyTagClassName
{
color: #745D12;
}
</style>
background-color css
<style>
a { background-color: #745D12; }
a { background-color: rgb(116,93,18); }
div.DivClassName
{
background-color: #745D12;
}
.BgClassName
{
background-color: #745D12;
}
</style>
border-color css
<style>
span { border-color: #745D12; }
span { border-color: rgb(116,93,18); }
td.TdClassName
{
border-color: #745D12;
}
.TagClassName
{
border-color: #745D12;
}
</style>