Shades of Yukon Gold #84771B
Tints of Yukon Gold #84771B
RGB
CMYK
RGB Variations
Color information
#84771B (or 0x84771B) is known color: Yukon Gold. HEX triplet: 84, 77 and 1B. RGB value is (132,119,27). Sum of RGB (Red+Green+Blue) = 132+119+27=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84771B is #7B88E4. Grayscale: #707070. Windows color (decimal): -8095973 or 1800068. OLE color: 1800068.
HSL color Cylindrical-coordinate representation of color #84771B: hue angle of 52.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84771B is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 27 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.48 |
| HSL | 52.57º | 0.66% | 0.31% | - |
| HSV(B) | 52.57º | 0.8% | 0.52% | - |
| XYZ | 16.31 | 18.18 | 3.69 | - |
| YUV | 112.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 27 | 0 | 0.10 | 0.80 | 0.48 | 52.57 | 0.66 | 0.31 |
| Hex | 84 | 77 | 1B | 0 | A | 50 | 30 | 35 | 42 | 1F |
| Octal | 204 | 167 | 33 | 0 | 12 | 120 | 60 | 65 | 102 | 37 |
| Binary | 10000100 | 1110111 | 11011 | 0 | 1010 | 1010000 | 110000 | 110101 | 1000010 | 11111 |
Color Harmonies of #84771B
Complementary color
Monochromatic Colors of #84771B
Black with #84771B
Text Example
Text Example
White with #84771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84771B; }
p { color: rgb(132,119,27); }
H1.HeaderClassName
{
color: #84771B;
}
.AnyTagClassName
{
color: #84771B;
}
</style>
background-color css
<style>
a { background-color: #84771B; }
a { background-color: rgb(132,119,27); }
div.DivClassName
{
background-color: #84771B;
}
.BgClassName
{
background-color: #84771B;
}
</style>
border-color css
<style>
span { border-color: #84771B; }
span { border-color: rgb(132,119,27); }
td.TdClassName
{
border-color: #84771B;
}
.TagClassName
{
border-color: #84771B;
}
</style>