Shades of Yukon Gold #755F18
Tints of Yukon Gold #755F18
RGB
CMYK
RGB Variations
Color information
#755F18 (or 0x755F18) is known color: Yukon Gold. HEX triplet: 75, 5F and 18. RGB value is (117,95,24). Sum of RGB (Red+Green+Blue) = 117+95+24=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F18 is #8AA0E7. Grayscale: #5D5D5D. Windows color (decimal): -9085160 or 1597301. OLE color: 1597301.
HSL color Cylindrical-coordinate representation of color #755F18: hue angle of 45.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #755F18 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 24 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.54 |
| HSL | 45.81º | 0.66% | 0.28% | - |
| HSV(B) | 45.81º | 0.79% | 0.46% | - |
| XYZ | 11.59 | 12.03 | 2.58 | - |
| YUV | 93.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 24 | 0 | 0.19 | 0.79 | 0.54 | 45.81 | 0.66 | 0.28 |
| Hex | 75 | 5F | 18 | 0 | 13 | 4F | 36 | 2E | 42 | 1C |
| Octal | 165 | 137 | 30 | 0 | 23 | 117 | 66 | 56 | 102 | 34 |
| Binary | 1110101 | 1011111 | 11000 | 0 | 10011 | 1001111 | 110110 | 101110 | 1000010 | 11100 |
Color Harmonies of #755F18
Complementary color
Monochromatic Colors of #755F18
Black with #755F18
Text Example
Text Example
White with #755F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F18; }
p { color: rgb(117,95,24); }
H1.HeaderClassName
{
color: #755F18;
}
.AnyTagClassName
{
color: #755F18;
}
</style>
background-color css
<style>
a { background-color: #755F18; }
a { background-color: rgb(117,95,24); }
div.DivClassName
{
background-color: #755F18;
}
.BgClassName
{
background-color: #755F18;
}
</style>
border-color css
<style>
span { border-color: #755F18; }
span { border-color: rgb(117,95,24); }
td.TdClassName
{
border-color: #755F18;
}
.TagClassName
{
border-color: #755F18;
}
</style>