Shades of Yukon Gold #735D14
Tints of Yukon Gold #735D14
RGB
CMYK
RGB Variations
Color information
#735D14 (or 0x735D14) is known color: Yukon Gold. HEX triplet: 73, 5D and 14. RGB value is (115,93,20). Sum of RGB (Red+Green+Blue) = 115+93+20=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #735D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D14 is #8CA2EB. Grayscale: #5B5B5B. Windows color (decimal): -9216748 or 1334643. OLE color: 1334643.
HSL color Cylindrical-coordinate representation of color #735D14: hue angle of 46.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735D14 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 20 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.55 |
| HSL | 46.11º | 0.7% | 0.26% | - |
| HSV(B) | 46.11º | 0.83% | 0.45% | - |
| XYZ | 11.11 | 11.52 | 2.3 | - |
| YUV | 91.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 20 | 0 | 0.19 | 0.83 | 0.55 | 46.11 | 0.7 | 0.26 |
| Hex | 73 | 5D | 14 | 0 | 13 | 53 | 37 | 2E | 46 | 1A |
| Octal | 163 | 135 | 24 | 0 | 23 | 123 | 67 | 56 | 106 | 32 |
| Binary | 1110011 | 1011101 | 10100 | 0 | 10011 | 1010011 | 110111 | 101110 | 1000110 | 11010 |
Color Harmonies of #735D14
Complementary color
Monochromatic Colors of #735D14
Black with #735D14
Text Example
Text Example
White with #735D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D14; }
p { color: rgb(115,93,20); }
H1.HeaderClassName
{
color: #735D14;
}
.AnyTagClassName
{
color: #735D14;
}
</style>
background-color css
<style>
a { background-color: #735D14; }
a { background-color: rgb(115,93,20); }
div.DivClassName
{
background-color: #735D14;
}
.BgClassName
{
background-color: #735D14;
}
</style>
border-color css
<style>
span { border-color: #735D14; }
span { border-color: rgb(115,93,20); }
td.TdClassName
{
border-color: #735D14;
}
.TagClassName
{
border-color: #735D14;
}
</style>