Shades of Yukon Gold #755D1B
Tints of Yukon Gold #755D1B
RGB
CMYK
RGB Variations
Color information
#755D1B (or 0x755D1B) is known color: Yukon Gold. HEX triplet: 75, 5D and 1B. RGB value is (117,93,27). Sum of RGB (Red+Green+Blue) = 117+93+27=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D1B is #8AA2E4. Grayscale: #5C5C5C. Windows color (decimal): -9085669 or 1793397. OLE color: 1793397.
HSL color Cylindrical-coordinate representation of color #755D1B: hue angle of 44º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #755D1B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 27 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.54 |
| HSL | 44º | 0.63% | 0.28% | - |
| HSV(B) | 44º | 0.77% | 0.46% | - |
| XYZ | 11.45 | 11.69 | 2.69 | - |
| YUV | 92.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 27 | 0 | 0.21 | 0.77 | 0.54 | 44 | 0.63 | 0.28 |
| Hex | 75 | 5D | 1B | 0 | 15 | 4D | 36 | 2C | 3E | 1C |
| Octal | 165 | 135 | 33 | 0 | 25 | 115 | 66 | 54 | 76 | 34 |
| Binary | 1110101 | 1011101 | 11011 | 0 | 10101 | 1001101 | 110110 | 101100 | 111110 | 11100 |
Color Harmonies of #755D1B
Complementary color
Monochromatic Colors of #755D1B
Black with #755D1B
Text Example
Text Example
White with #755D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D1B; }
p { color: rgb(117,93,27); }
H1.HeaderClassName
{
color: #755D1B;
}
.AnyTagClassName
{
color: #755D1B;
}
</style>
background-color css
<style>
a { background-color: #755D1B; }
a { background-color: rgb(117,93,27); }
div.DivClassName
{
background-color: #755D1B;
}
.BgClassName
{
background-color: #755D1B;
}
</style>
border-color css
<style>
span { border-color: #755D1B; }
span { border-color: rgb(117,93,27); }
td.TdClassName
{
border-color: #755D1B;
}
.TagClassName
{
border-color: #755D1B;
}
</style>