Shades of McKenzie #8E5E35
Tints of McKenzie #8E5E35
RGB
CMYK
RGB Variations
Color information
#8E5E35 (or 0x8E5E35) is known color: McKenzie. HEX triplet: 8E, 5E and 35. RGB value is (142,94,53). Sum of RGB (Red+Green+Blue) = 142+94+53=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E35 is #71A1CA. Grayscale: #676767. Windows color (decimal): -7446987 or 3497614. OLE color: 3497614.
HSL color Cylindrical-coordinate representation of color #8E5E35: hue angle of 27.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5E35 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 94 | 53 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.44 |
| HSL | 27.64º | 0.46% | 0.38% | - |
| HSV(B) | 27.64º | 0.63% | 0.56% | - |
| XYZ | 15.8 | 14.01 | 5.24 | - |
| YUV | 103.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 53 | 0 | 0.34 | 0.63 | 0.44 | 27.64 | 0.46 | 0.38 |
| Hex | 8E | 5E | 35 | 0 | 22 | 3F | 2C | 1C | 2E | 26 |
| Octal | 216 | 136 | 65 | 0 | 42 | 77 | 54 | 34 | 56 | 46 |
| Binary | 10001110 | 1011110 | 110101 | 0 | 100010 | 111111 | 101100 | 11100 | 101110 | 100110 |
Color Harmonies of #8E5E35
Complementary color
Monochromatic Colors of #8E5E35
Black with #8E5E35
Text Example
Text Example
White with #8E5E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5E35; }
p { color: rgb(142,94,53); }
H1.HeaderClassName
{
color: #8E5E35;
}
.AnyTagClassName
{
color: #8E5E35;
}
</style>
background-color css
<style>
a { background-color: #8E5E35; }
a { background-color: rgb(142,94,53); }
div.DivClassName
{
background-color: #8E5E35;
}
.BgClassName
{
background-color: #8E5E35;
}
</style>
border-color css
<style>
span { border-color: #8E5E35; }
span { border-color: rgb(142,94,53); }
td.TdClassName
{
border-color: #8E5E35;
}
.TagClassName
{
border-color: #8E5E35;
}
</style>