Shades of Yukon Gold #795E19
Tints of Yukon Gold #795E19
RGB
CMYK
RGB Variations
Color information
#795E19 (or 0x795E19) is known color: Yukon Gold. HEX triplet: 79, 5E and 19. RGB value is (121,94,25). Sum of RGB (Red+Green+Blue) = 121+94+25=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #795E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795E19 is #86A1E6. Grayscale: #5E5E5E. Windows color (decimal): -8823271 or 1662585. OLE color: 1662585.
HSL color Cylindrical-coordinate representation of color #795E19: hue angle of 43.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #795E19 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 25 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.53 |
| HSL | 43.13º | 0.66% | 0.29% | - |
| HSV(B) | 43.13º | 0.79% | 0.47% | - |
| XYZ | 12.06 | 12.14 | 2.63 | - |
| YUV | 94.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 25 | 0 | 0.22 | 0.79 | 0.53 | 43.13 | 0.66 | 0.29 |
| Hex | 79 | 5E | 19 | 0 | 16 | 4F | 35 | 2B | 42 | 1D |
| Octal | 171 | 136 | 31 | 0 | 26 | 117 | 65 | 53 | 102 | 35 |
| Binary | 1111001 | 1011110 | 11001 | 0 | 10110 | 1001111 | 110101 | 101011 | 1000010 | 11101 |
Color Harmonies of #795E19
Complementary color
Monochromatic Colors of #795E19
Black with #795E19
Text Example
Text Example
White with #795E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E19; }
p { color: rgb(121,94,25); }
H1.HeaderClassName
{
color: #795E19;
}
.AnyTagClassName
{
color: #795E19;
}
</style>
background-color css
<style>
a { background-color: #795E19; }
a { background-color: rgb(121,94,25); }
div.DivClassName
{
background-color: #795E19;
}
.BgClassName
{
background-color: #795E19;
}
</style>
border-color css
<style>
span { border-color: #795E19; }
span { border-color: rgb(121,94,25); }
td.TdClassName
{
border-color: #795E19;
}
.TagClassName
{
border-color: #795E19;
}
</style>