Shades of Yukon Gold #735F13
Tints of Yukon Gold #735F13
RGB
CMYK
RGB Variations
Color information
#735F13 (or 0x735F13) is known color: Yukon Gold. HEX triplet: 73, 5F and 13. RGB value is (115,95,19). Sum of RGB (Red+Green+Blue) = 115+95+19=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #735F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F13 is #8CA0EC. Grayscale: #5C5C5C. Windows color (decimal): -9216237 or 1269619. OLE color: 1269619.
HSL color Cylindrical-coordinate representation of color #735F13: hue angle of 47.5º degrees, saturation: 0.72, 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 #735F13 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 19 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.55 |
| HSL | 47.5º | 0.72% | 0.26% | - |
| HSV(B) | 47.5º | 0.83% | 0.45% | - |
| XYZ | 11.28 | 11.88 | 2.31 | - |
| YUV | 92.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 19 | 0 | 0.17 | 0.83 | 0.55 | 47.5 | 0.72 | 0.26 |
| Hex | 73 | 5F | 13 | 0 | 11 | 53 | 37 | 30 | 48 | 1A |
| Octal | 163 | 137 | 23 | 0 | 21 | 123 | 67 | 60 | 110 | 32 |
| Binary | 1110011 | 1011111 | 10011 | 0 | 10001 | 1010011 | 110111 | 110000 | 1001000 | 11010 |
Color Harmonies of #735F13
Complementary color
Monochromatic Colors of #735F13
Black with #735F13
Text Example
Text Example
White with #735F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F13; }
p { color: rgb(115,95,19); }
H1.HeaderClassName
{
color: #735F13;
}
.AnyTagClassName
{
color: #735F13;
}
</style>
background-color css
<style>
a { background-color: #735F13; }
a { background-color: rgb(115,95,19); }
div.DivClassName
{
background-color: #735F13;
}
.BgClassName
{
background-color: #735F13;
}
</style>
border-color css
<style>
span { border-color: #735F13; }
span { border-color: rgb(115,95,19); }
td.TdClassName
{
border-color: #735F13;
}
.TagClassName
{
border-color: #735F13;
}
</style>