Shades of McKenzie #8D713D
Tints of McKenzie #8D713D
RGB
CMYK
RGB Variations
Color information
#8D713D (or 0x8D713D) is known color: McKenzie. HEX triplet: 8D, 71 and 3D. RGB value is (141,113,61). Sum of RGB (Red+Green+Blue) = 141+113+61=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D713D is #728EC2. Grayscale: #737373. Windows color (decimal): -7507651 or 4026765. OLE color: 4026765.
HSL color Cylindrical-coordinate representation of color #8D713D: hue angle of 39º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D713D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 61 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.45 |
| HSL | 39º | 0.4% | 0.4% | - |
| HSV(B) | 39º | 0.57% | 0.55% | - |
| XYZ | 17.73 | 17.81 | 6.92 | - |
| YUV | 115.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 61 | 0 | 0.20 | 0.57 | 0.45 | 39 | 0.4 | 0.4 |
| Hex | 8D | 71 | 3D | 0 | 14 | 39 | 2D | 27 | 28 | 28 |
| Octal | 215 | 161 | 75 | 0 | 24 | 71 | 55 | 47 | 50 | 50 |
| Binary | 10001101 | 1110001 | 111101 | 0 | 10100 | 111001 | 101101 | 100111 | 101000 | 101000 |
Color Harmonies of #8D713D
Complementary color
Monochromatic Colors of #8D713D
Black with #8D713D
Text Example
Text Example
White with #8D713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D713D; }
p { color: rgb(141,113,61); }
H1.HeaderClassName
{
color: #8D713D;
}
.AnyTagClassName
{
color: #8D713D;
}
</style>
background-color css
<style>
a { background-color: #8D713D; }
a { background-color: rgb(141,113,61); }
div.DivClassName
{
background-color: #8D713D;
}
.BgClassName
{
background-color: #8D713D;
}
</style>
border-color css
<style>
span { border-color: #8D713D; }
span { border-color: rgb(141,113,61); }
td.TdClassName
{
border-color: #8D713D;
}
.TagClassName
{
border-color: #8D713D;
}
</style>