Shades of Yukon Gold #795F0F
Tints of Yukon Gold #795F0F
RGB
CMYK
RGB Variations
Color information
#795F0F (or 0x795F0F) is known color: Yukon Gold. HEX triplet: 79, 5F and 0F. RGB value is (121,95,15). Sum of RGB (Red+Green+Blue) = 121+95+15=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #795F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F0F is #86A0F0. Grayscale: #5E5E5E. Windows color (decimal): -8823025 or 1007481. OLE color: 1007481.
HSL color Cylindrical-coordinate representation of color #795F0F: hue angle of 45.28º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #795F0F is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 15 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.53 |
| HSL | 45.28º | 0.78% | 0.27% | - |
| HSV(B) | 45.28º | 0.88% | 0.47% | - |
| XYZ | 12.06 | 12.28 | 2.19 | - |
| YUV | 93.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 15 | 0 | 0.21 | 0.88 | 0.53 | 45.28 | 0.78 | 0.27 |
| Hex | 79 | 5F | F | 0 | 15 | 58 | 35 | 2D | 4E | 1B |
| Octal | 171 | 137 | 17 | 0 | 25 | 130 | 65 | 55 | 116 | 33 |
| Binary | 1111001 | 1011111 | 1111 | 0 | 10101 | 1011000 | 110101 | 101101 | 1001110 | 11011 |
Color Harmonies of #795F0F
Complementary color
Monochromatic Colors of #795F0F
Black with #795F0F
Text Example
Text Example
White with #795F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F0F; }
p { color: rgb(121,95,15); }
H1.HeaderClassName
{
color: #795F0F;
}
.AnyTagClassName
{
color: #795F0F;
}
</style>
background-color css
<style>
a { background-color: #795F0F; }
a { background-color: rgb(121,95,15); }
div.DivClassName
{
background-color: #795F0F;
}
.BgClassName
{
background-color: #795F0F;
}
</style>
border-color css
<style>
span { border-color: #795F0F; }
span { border-color: rgb(121,95,15); }
td.TdClassName
{
border-color: #795F0F;
}
.TagClassName
{
border-color: #795F0F;
}
</style>