Shades of Yukon Gold #755E17
Tints of Yukon Gold #755E17
RGB
CMYK
RGB Variations
Color information
#755E17 (or 0x755E17) is known color: Yukon Gold. HEX triplet: 75, 5E and 17. RGB value is (117,94,23). Sum of RGB (Red+Green+Blue) = 117+94+23=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #755E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E17 is #8AA1E8. Grayscale: #5D5D5D. Windows color (decimal): -9085417 or 1531509. OLE color: 1531509.
HSL color Cylindrical-coordinate representation of color #755E17: hue angle of 45.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #755E17 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 23 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.54 |
| HSL | 45.32º | 0.67% | 0.27% | - |
| HSV(B) | 45.32º | 0.8% | 0.46% | - |
| XYZ | 11.49 | 11.85 | 2.49 | - |
| YUV | 92.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 23 | 0 | 0.20 | 0.80 | 0.54 | 45.32 | 0.67 | 0.27 |
| Hex | 75 | 5E | 17 | 0 | 14 | 50 | 36 | 2D | 43 | 1B |
| Octal | 165 | 136 | 27 | 0 | 24 | 120 | 66 | 55 | 103 | 33 |
| Binary | 1110101 | 1011110 | 10111 | 0 | 10100 | 1010000 | 110110 | 101101 | 1000011 | 11011 |
Color Harmonies of #755E17
Complementary color
Monochromatic Colors of #755E17
Black with #755E17
Text Example
Text Example
White with #755E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E17; }
p { color: rgb(117,94,23); }
H1.HeaderClassName
{
color: #755E17;
}
.AnyTagClassName
{
color: #755E17;
}
</style>
background-color css
<style>
a { background-color: #755E17; }
a { background-color: rgb(117,94,23); }
div.DivClassName
{
background-color: #755E17;
}
.BgClassName
{
background-color: #755E17;
}
</style>
border-color css
<style>
span { border-color: #755E17; }
span { border-color: rgb(117,94,23); }
td.TdClassName
{
border-color: #755E17;
}
.TagClassName
{
border-color: #755E17;
}
</style>