Shades of Yukon Gold #73601B
Tints of Yukon Gold #73601B
RGB
CMYK
RGB Variations
Color information
#73601B (or 0x73601B) is known color: Yukon Gold. HEX triplet: 73, 60 and 1B. RGB value is (115,96,27). Sum of RGB (Red+Green+Blue) = 115+96+27=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73601B is #8C9FE4. Grayscale: #5E5E5E. Windows color (decimal): -9215973 or 1794163. OLE color: 1794163.
HSL color Cylindrical-coordinate representation of color #73601B: hue angle of 47.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73601B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 27 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.55 |
| HSL | 47.05º | 0.62% | 0.28% | - |
| HSV(B) | 47.05º | 0.77% | 0.45% | - |
| XYZ | 11.45 | 12.09 | 2.77 | - |
| YUV | 93.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 27 | 0 | 0.17 | 0.77 | 0.55 | 47.05 | 0.62 | 0.28 |
| Hex | 73 | 60 | 1B | 0 | 11 | 4D | 37 | 2F | 3E | 1C |
| Octal | 163 | 140 | 33 | 0 | 21 | 115 | 67 | 57 | 76 | 34 |
| Binary | 1110011 | 1100000 | 11011 | 0 | 10001 | 1001101 | 110111 | 101111 | 111110 | 11100 |
Color Harmonies of #73601B
Complementary color
Monochromatic Colors of #73601B
Black with #73601B
Text Example
Text Example
White with #73601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73601B; }
p { color: rgb(115,96,27); }
H1.HeaderClassName
{
color: #73601B;
}
.AnyTagClassName
{
color: #73601B;
}
</style>
background-color css
<style>
a { background-color: #73601B; }
a { background-color: rgb(115,96,27); }
div.DivClassName
{
background-color: #73601B;
}
.BgClassName
{
background-color: #73601B;
}
</style>
border-color css
<style>
span { border-color: #73601B; }
span { border-color: rgb(115,96,27); }
td.TdClassName
{
border-color: #73601B;
}
.TagClassName
{
border-color: #73601B;
}
</style>