Shades of Yukon Gold #7C5E19
Tints of Yukon Gold #7C5E19
RGB
CMYK
RGB Variations
Color information
#7C5E19 (or 0x7C5E19) is known color: Yukon Gold. HEX triplet: 7C, 5E and 19. RGB value is (124,94,25). Sum of RGB (Red+Green+Blue) = 124+94+25=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5E19 is #83A1E6. Grayscale: #5F5F5F. Windows color (decimal): -8626663 or 1662588. OLE color: 1662588.
HSL color Cylindrical-coordinate representation of color #7C5E19: hue angle of 41.82º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C5E19 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 25 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.51 |
| HSL | 41.82º | 0.66% | 0.29% | - |
| HSV(B) | 41.82º | 0.8% | 0.49% | - |
| XYZ | 12.49 | 12.36 | 2.65 | - |
| YUV | 95.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 25 | 0 | 0.24 | 0.80 | 0.51 | 41.82 | 0.66 | 0.29 |
| Hex | 7C | 5E | 19 | 0 | 18 | 50 | 33 | 2A | 42 | 1D |
| Octal | 174 | 136 | 31 | 0 | 30 | 120 | 63 | 52 | 102 | 35 |
| Binary | 1111100 | 1011110 | 11001 | 0 | 11000 | 1010000 | 110011 | 101010 | 1000010 | 11101 |
Color Harmonies of #7C5E19
Complementary color
Monochromatic Colors of #7C5E19
Black with #7C5E19
Text Example
Text Example
White with #7C5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E19; }
p { color: rgb(124,94,25); }
H1.HeaderClassName
{
color: #7C5E19;
}
.AnyTagClassName
{
color: #7C5E19;
}
</style>
background-color css
<style>
a { background-color: #7C5E19; }
a { background-color: rgb(124,94,25); }
div.DivClassName
{
background-color: #7C5E19;
}
.BgClassName
{
background-color: #7C5E19;
}
</style>
border-color css
<style>
span { border-color: #7C5E19; }
span { border-color: rgb(124,94,25); }
td.TdClassName
{
border-color: #7C5E19;
}
.TagClassName
{
border-color: #7C5E19;
}
</style>