Shades of Yukon Gold #735E12
Tints of Yukon Gold #735E12
RGB
CMYK
RGB Variations
Color information
#735E12 (or 0x735E12) is known color: Yukon Gold. HEX triplet: 73, 5E and 12. RGB value is (115,94,18). Sum of RGB (Red+Green+Blue) = 115+94+18=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #735E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735E12 is #8CA1ED. Grayscale: #5B5B5B. Windows color (decimal): -9216494 or 1203827. OLE color: 1203827.
HSL color Cylindrical-coordinate representation of color #735E12: hue angle of 47.01º 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 #735E12 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 18 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.55 |
| HSL | 47.01º | 0.73% | 0.26% | - |
| HSV(B) | 47.01º | 0.84% | 0.45% | - |
| XYZ | 11.18 | 11.69 | 2.24 | - |
| YUV | 91.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 18 | 0 | 0.18 | 0.84 | 0.55 | 47.01 | 0.73 | 0.26 |
| Hex | 73 | 5E | 12 | 0 | 12 | 54 | 37 | 2F | 49 | 1A |
| Octal | 163 | 136 | 22 | 0 | 22 | 124 | 67 | 57 | 111 | 32 |
| Binary | 1110011 | 1011110 | 10010 | 0 | 10010 | 1010100 | 110111 | 101111 | 1001001 | 11010 |
Color Harmonies of #735E12
Complementary color
Monochromatic Colors of #735E12
Black with #735E12
Text Example
Text Example
White with #735E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E12; }
p { color: rgb(115,94,18); }
H1.HeaderClassName
{
color: #735E12;
}
.AnyTagClassName
{
color: #735E12;
}
</style>
background-color css
<style>
a { background-color: #735E12; }
a { background-color: rgb(115,94,18); }
div.DivClassName
{
background-color: #735E12;
}
.BgClassName
{
background-color: #735E12;
}
</style>
border-color css
<style>
span { border-color: #735E12; }
span { border-color: rgb(115,94,18); }
td.TdClassName
{
border-color: #735E12;
}
.TagClassName
{
border-color: #735E12;
}
</style>