Shades of Yukon Gold #755D15
Tints of Yukon Gold #755D15
RGB
CMYK
RGB Variations
Color information
#755D15 (or 0x755D15) is known color: Yukon Gold. HEX triplet: 75, 5D and 15. RGB value is (117,93,21). Sum of RGB (Red+Green+Blue) = 117+93+21=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D15 is #8AA2EA. Grayscale: #5C5C5C. Windows color (decimal): -9085675 or 1400181. OLE color: 1400181.
HSL color Cylindrical-coordinate representation of color #755D15: hue angle of 45º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #755D15 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 21 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.54 |
| HSL | 45º | 0.7% | 0.27% | - |
| HSV(B) | 45º | 0.82% | 0.46% | - |
| XYZ | 11.39 | 11.66 | 2.36 | - |
| YUV | 91.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 21 | 0 | 0.21 | 0.82 | 0.54 | 45 | 0.7 | 0.27 |
| Hex | 75 | 5D | 15 | 0 | 15 | 52 | 36 | 2D | 46 | 1B |
| Octal | 165 | 135 | 25 | 0 | 25 | 122 | 66 | 55 | 106 | 33 |
| Binary | 1110101 | 1011101 | 10101 | 0 | 10101 | 1010010 | 110110 | 101101 | 1000110 | 11011 |
Color Harmonies of #755D15
Complementary color
Monochromatic Colors of #755D15
Black with #755D15
Text Example
Text Example
White with #755D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D15; }
p { color: rgb(117,93,21); }
H1.HeaderClassName
{
color: #755D15;
}
.AnyTagClassName
{
color: #755D15;
}
</style>
background-color css
<style>
a { background-color: #755D15; }
a { background-color: rgb(117,93,21); }
div.DivClassName
{
background-color: #755D15;
}
.BgClassName
{
background-color: #755D15;
}
</style>
border-color css
<style>
span { border-color: #755D15; }
span { border-color: rgb(117,93,21); }
td.TdClassName
{
border-color: #755D15;
}
.TagClassName
{
border-color: #755D15;
}
</style>