Shades of Yukon Gold #715F1B
Tints of Yukon Gold #715F1B
RGB
CMYK
RGB Variations
Color information
#715F1B (or 0x715F1B) is known color: Yukon Gold. HEX triplet: 71, 5F and 1B. RGB value is (113,95,27). Sum of RGB (Red+Green+Blue) = 113+95+27=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #715F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F1B is #8EA0E4. Grayscale: #5C5C5C. Windows color (decimal): -9347301 or 1793905. OLE color: 1793905.
HSL color Cylindrical-coordinate representation of color #715F1B: hue angle of 47.44º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #715F1B is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 27 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.56 |
| HSL | 47.44º | 0.61% | 0.27% | - |
| HSV(B) | 47.44º | 0.76% | 0.44% | - |
| XYZ | 11.1 | 11.77 | 2.72 | - |
| YUV | 92.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 27 | 0 | 0.16 | 0.76 | 0.56 | 47.44 | 0.61 | 0.27 |
| Hex | 71 | 5F | 1B | 0 | 10 | 4C | 38 | 2F | 3D | 1B |
| Octal | 161 | 137 | 33 | 0 | 20 | 114 | 70 | 57 | 75 | 33 |
| Binary | 1110001 | 1011111 | 11011 | 0 | 10000 | 1001100 | 111000 | 101111 | 111101 | 11011 |
Color Harmonies of #715F1B
Complementary color
Monochromatic Colors of #715F1B
Black with #715F1B
Text Example
Text Example
White with #715F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F1B; }
p { color: rgb(113,95,27); }
H1.HeaderClassName
{
color: #715F1B;
}
.AnyTagClassName
{
color: #715F1B;
}
</style>
background-color css
<style>
a { background-color: #715F1B; }
a { background-color: rgb(113,95,27); }
div.DivClassName
{
background-color: #715F1B;
}
.BgClassName
{
background-color: #715F1B;
}
</style>
border-color css
<style>
span { border-color: #715F1B; }
span { border-color: rgb(113,95,27); }
td.TdClassName
{
border-color: #715F1B;
}
.TagClassName
{
border-color: #715F1B;
}
</style>