Shades of Yukon Gold #7D5E1B
Tints of Yukon Gold #7D5E1B
RGB
CMYK
RGB Variations
Color information
#7D5E1B (or 0x7D5E1B) is known color: Yukon Gold. HEX triplet: 7D, 5E and 1B. RGB value is (125,94,27). Sum of RGB (Red+Green+Blue) = 125+94+27=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E1B is #82A1E4. Grayscale: #5F5F5F. Windows color (decimal): -8561125 or 1793661. OLE color: 1793661.
HSL color Cylindrical-coordinate representation of color #7D5E1B: hue angle of 41.02º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D5E1B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 27 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.51 |
| HSL | 41.02º | 0.64% | 0.3% | - |
| HSV(B) | 41.02º | 0.78% | 0.49% | - |
| XYZ | 12.66 | 12.44 | 2.77 | - |
| YUV | 95.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 27 | 0 | 0.25 | 0.78 | 0.51 | 41.02 | 0.64 | 0.3 |
| Hex | 7D | 5E | 1B | 0 | 19 | 4E | 33 | 29 | 40 | 1E |
| Octal | 175 | 136 | 33 | 0 | 31 | 116 | 63 | 51 | 100 | 36 |
| Binary | 1111101 | 1011110 | 11011 | 0 | 11001 | 1001110 | 110011 | 101001 | 1000000 | 11110 |
Color Harmonies of #7D5E1B
Complementary color
Monochromatic Colors of #7D5E1B
Black with #7D5E1B
Text Example
Text Example
White with #7D5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E1B; }
p { color: rgb(125,94,27); }
H1.HeaderClassName
{
color: #7D5E1B;
}
.AnyTagClassName
{
color: #7D5E1B;
}
</style>
background-color css
<style>
a { background-color: #7D5E1B; }
a { background-color: rgb(125,94,27); }
div.DivClassName
{
background-color: #7D5E1B;
}
.BgClassName
{
background-color: #7D5E1B;
}
</style>
border-color css
<style>
span { border-color: #7D5E1B; }
span { border-color: rgb(125,94,27); }
td.TdClassName
{
border-color: #7D5E1B;
}
.TagClassName
{
border-color: #7D5E1B;
}
</style>