Shades of Yukon Gold #7B5D13
Tints of Yukon Gold #7B5D13
RGB
CMYK
RGB Variations
Color information
#7B5D13 (or 0x7B5D13) is known color: Yukon Gold. HEX triplet: 7B, 5D and 13. RGB value is (123,93,19). Sum of RGB (Red+Green+Blue) = 123+93+19=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5D13 is #84A2EC. Grayscale: #5D5D5D. Windows color (decimal): -8692461 or 1269115. OLE color: 1269115.
HSL color Cylindrical-coordinate representation of color #7B5D13: hue angle of 42.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B5D13 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 19 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.52 |
| HSL | 42.69º | 0.73% | 0.28% | - |
| HSV(B) | 42.69º | 0.85% | 0.48% | - |
| XYZ | 12.2 | 12.09 | 2.31 | - |
| YUV | 93.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 19 | 0 | 0.24 | 0.85 | 0.52 | 42.69 | 0.73 | 0.28 |
| Hex | 7B | 5D | 13 | 0 | 18 | 55 | 34 | 2B | 49 | 1C |
| Octal | 173 | 135 | 23 | 0 | 30 | 125 | 64 | 53 | 111 | 34 |
| Binary | 1111011 | 1011101 | 10011 | 0 | 11000 | 1010101 | 110100 | 101011 | 1001001 | 11100 |
Color Harmonies of #7B5D13
Complementary color
Monochromatic Colors of #7B5D13
Black with #7B5D13
Text Example
Text Example
White with #7B5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D13; }
p { color: rgb(123,93,19); }
H1.HeaderClassName
{
color: #7B5D13;
}
.AnyTagClassName
{
color: #7B5D13;
}
</style>
background-color css
<style>
a { background-color: #7B5D13; }
a { background-color: rgb(123,93,19); }
div.DivClassName
{
background-color: #7B5D13;
}
.BgClassName
{
background-color: #7B5D13;
}
</style>
border-color css
<style>
span { border-color: #7B5D13; }
span { border-color: rgb(123,93,19); }
td.TdClassName
{
border-color: #7B5D13;
}
.TagClassName
{
border-color: #7B5D13;
}
</style>