Shades of McKenzie #8D703C
Tints of McKenzie #8D703C
RGB
CMYK
RGB Variations
Color information
#8D703C (or 0x8D703C) is known color: McKenzie. HEX triplet: 8D, 70 and 3C. RGB value is (141,112,60). Sum of RGB (Red+Green+Blue) = 141+112+60=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D703C is #728FC3. Grayscale: #727272. Windows color (decimal): -7507908 or 3960973. OLE color: 3960973.
HSL color Cylindrical-coordinate representation of color #8D703C: hue angle of 38.52º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D703C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 60 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.45 |
| HSL | 38.52º | 0.4% | 0.39% | - |
| HSV(B) | 38.52º | 0.57% | 0.55% | - |
| XYZ | 17.59 | 17.58 | 6.74 | - |
| YUV | 114.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 60 | 0 | 0.21 | 0.57 | 0.45 | 38.52 | 0.4 | 0.39 |
| Hex | 8D | 70 | 3C | 0 | 15 | 39 | 2D | 27 | 28 | 27 |
| Octal | 215 | 160 | 74 | 0 | 25 | 71 | 55 | 47 | 50 | 47 |
| Binary | 10001101 | 1110000 | 111100 | 0 | 10101 | 111001 | 101101 | 100111 | 101000 | 100111 |
Color Harmonies of #8D703C
Complementary color
Monochromatic Colors of #8D703C
Black with #8D703C
Text Example
Text Example
White with #8D703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D703C; }
p { color: rgb(141,112,60); }
H1.HeaderClassName
{
color: #8D703C;
}
.AnyTagClassName
{
color: #8D703C;
}
</style>
background-color css
<style>
a { background-color: #8D703C; }
a { background-color: rgb(141,112,60); }
div.DivClassName
{
background-color: #8D703C;
}
.BgClassName
{
background-color: #8D703C;
}
</style>
border-color css
<style>
span { border-color: #8D703C; }
span { border-color: rgb(141,112,60); }
td.TdClassName
{
border-color: #8D703C;
}
.TagClassName
{
border-color: #8D703C;
}
</style>