Shades of Yukon Gold #745F1E
Tints of Yukon Gold #745F1E
RGB
CMYK
RGB Variations
Color information
#745F1E (or 0x745F1E) is known color: Yukon Gold. HEX triplet: 74, 5F and 1E. RGB value is (116,95,30). Sum of RGB (Red+Green+Blue) = 116+95+30=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #745F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F1E is #8BA0E1. Grayscale: #5E5E5E. Windows color (decimal): -9150690 or 1990516. OLE color: 1990516.
HSL color Cylindrical-coordinate representation of color #745F1E: hue angle of 45.35º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #745F1E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 30 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.55 |
| HSL | 45.35º | 0.59% | 0.29% | - |
| HSV(B) | 45.35º | 0.74% | 0.45% | - |
| XYZ | 11.53 | 11.99 | 2.94 | - |
| YUV | 93.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 30 | 0 | 0.18 | 0.74 | 0.55 | 45.35 | 0.59 | 0.29 |
| Hex | 74 | 5F | 1E | 0 | 12 | 4A | 37 | 2D | 3B | 1D |
| Octal | 164 | 137 | 36 | 0 | 22 | 112 | 67 | 55 | 73 | 35 |
| Binary | 1110100 | 1011111 | 11110 | 0 | 10010 | 1001010 | 110111 | 101101 | 111011 | 11101 |
Color Harmonies of #745F1E
Complementary color
Monochromatic Colors of #745F1E
Black with #745F1E
Text Example
Text Example
White with #745F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F1E; }
p { color: rgb(116,95,30); }
H1.HeaderClassName
{
color: #745F1E;
}
.AnyTagClassName
{
color: #745F1E;
}
</style>
background-color css
<style>
a { background-color: #745F1E; }
a { background-color: rgb(116,95,30); }
div.DivClassName
{
background-color: #745F1E;
}
.BgClassName
{
background-color: #745F1E;
}
</style>
border-color css
<style>
span { border-color: #745F1E; }
span { border-color: rgb(116,95,30); }
td.TdClassName
{
border-color: #745F1E;
}
.TagClassName
{
border-color: #745F1E;
}
</style>