Shades of Yukon Gold #73631C
Tints of Yukon Gold #73631C
RGB
CMYK
RGB Variations
Color information
#73631C (or 0x73631C) is known color: Yukon Gold. HEX triplet: 73, 63 and 1C. RGB value is (115,99,28). Sum of RGB (Red+Green+Blue) = 115+99+28=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73631C is #8C9CE3. Grayscale: #5F5F5F. Windows color (decimal): -9215204 or 1860467. OLE color: 1860467.
HSL color Cylindrical-coordinate representation of color #73631C: hue angle of 48.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73631C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 28 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.55 |
| HSL | 48.97º | 0.61% | 0.28% | - |
| HSV(B) | 48.97º | 0.76% | 0.45% | - |
| XYZ | 11.74 | 12.65 | 2.92 | - |
| YUV | 95.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 28 | 0 | 0.14 | 0.76 | 0.55 | 48.97 | 0.61 | 0.28 |
| Hex | 73 | 63 | 1C | 0 | E | 4C | 37 | 31 | 3D | 1C |
| Octal | 163 | 143 | 34 | 0 | 16 | 114 | 67 | 61 | 75 | 34 |
| Binary | 1110011 | 1100011 | 11100 | 0 | 1110 | 1001100 | 110111 | 110001 | 111101 | 11100 |
Color Harmonies of #73631C
Complementary color
Monochromatic Colors of #73631C
Black with #73631C
Text Example
Text Example
White with #73631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73631C; }
p { color: rgb(115,99,28); }
H1.HeaderClassName
{
color: #73631C;
}
.AnyTagClassName
{
color: #73631C;
}
</style>
background-color css
<style>
a { background-color: #73631C; }
a { background-color: rgb(115,99,28); }
div.DivClassName
{
background-color: #73631C;
}
.BgClassName
{
background-color: #73631C;
}
</style>
border-color css
<style>
span { border-color: #73631C; }
span { border-color: rgb(115,99,28); }
td.TdClassName
{
border-color: #73631C;
}
.TagClassName
{
border-color: #73631C;
}
</style>