Shades of Yukon Gold #725E1B
Tints of Yukon Gold #725E1B
RGB
CMYK
RGB Variations
Color information
#725E1B (or 0x725E1B) is known color: Yukon Gold. HEX triplet: 72, 5E and 1B. RGB value is (114,94,27). Sum of RGB (Red+Green+Blue) = 114+94+27=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #725E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725E1B is #8DA1E4. Grayscale: #5C5C5C. Windows color (decimal): -9282021 or 1793650. OLE color: 1793650.
HSL color Cylindrical-coordinate representation of color #725E1B: hue angle of 46.21º degrees, saturation: 0.62, 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 #725E1B is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 27 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.55 |
| HSL | 46.21º | 0.62% | 0.28% | - |
| HSV(B) | 46.21º | 0.76% | 0.45% | - |
| XYZ | 11.14 | 11.66 | 2.7 | - |
| YUV | 92.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 27 | 0 | 0.18 | 0.76 | 0.55 | 46.21 | 0.62 | 0.28 |
| Hex | 72 | 5E | 1B | 0 | 12 | 4C | 37 | 2E | 3E | 1C |
| Octal | 162 | 136 | 33 | 0 | 22 | 114 | 67 | 56 | 76 | 34 |
| Binary | 1110010 | 1011110 | 11011 | 0 | 10010 | 1001100 | 110111 | 101110 | 111110 | 11100 |
Color Harmonies of #725E1B
Complementary color
Monochromatic Colors of #725E1B
Black with #725E1B
Text Example
Text Example
White with #725E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E1B; }
p { color: rgb(114,94,27); }
H1.HeaderClassName
{
color: #725E1B;
}
.AnyTagClassName
{
color: #725E1B;
}
</style>
background-color css
<style>
a { background-color: #725E1B; }
a { background-color: rgb(114,94,27); }
div.DivClassName
{
background-color: #725E1B;
}
.BgClassName
{
background-color: #725E1B;
}
</style>
border-color css
<style>
span { border-color: #725E1B; }
span { border-color: rgb(114,94,27); }
td.TdClassName
{
border-color: #725E1B;
}
.TagClassName
{
border-color: #725E1B;
}
</style>