Shades of Yukon Gold #847025
Tints of Yukon Gold #847025
RGB
CMYK
RGB Variations
Color information
#847025 (or 0x847025) is known color: Yukon Gold. HEX triplet: 84, 70 and 25. RGB value is (132,112,37). Sum of RGB (Red+Green+Blue) = 132+112+37=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #847025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847025 is #7B8FDA. Grayscale: #6D6D6D. Windows color (decimal): -8097755 or 2453636. OLE color: 2453636.
HSL color Cylindrical-coordinate representation of color #847025: hue angle of 47.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #847025 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 37 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.48 |
| HSL | 47.37º | 0.56% | 0.33% | - |
| HSV(B) | 47.37º | 0.72% | 0.52% | - |
| XYZ | 15.64 | 16.63 | 4.14 | - |
| YUV | 109.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 37 | 0 | 0.15 | 0.72 | 0.48 | 47.37 | 0.56 | 0.33 |
| Hex | 84 | 70 | 25 | 0 | F | 48 | 30 | 2F | 38 | 21 |
| Octal | 204 | 160 | 45 | 0 | 17 | 110 | 60 | 57 | 70 | 41 |
| Binary | 10000100 | 1110000 | 100101 | 0 | 1111 | 1001000 | 110000 | 101111 | 111000 | 100001 |
Color Harmonies of #847025
Complementary color
Monochromatic Colors of #847025
Black with #847025
Text Example
Text Example
White with #847025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847025; }
p { color: rgb(132,112,37); }
H1.HeaderClassName
{
color: #847025;
}
.AnyTagClassName
{
color: #847025;
}
</style>
background-color css
<style>
a { background-color: #847025; }
a { background-color: rgb(132,112,37); }
div.DivClassName
{
background-color: #847025;
}
.BgClassName
{
background-color: #847025;
}
</style>
border-color css
<style>
span { border-color: #847025; }
span { border-color: rgb(132,112,37); }
td.TdClassName
{
border-color: #847025;
}
.TagClassName
{
border-color: #847025;
}
</style>