Shades of McKenzie #8F5E35
Tints of McKenzie #8F5E35
RGB
CMYK
RGB Variations
Color information
#8F5E35 (or 0x8F5E35) is known color: McKenzie. HEX triplet: 8F, 5E and 35. RGB value is (143,94,53). Sum of RGB (Red+Green+Blue) = 143+94+53=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E35 is #70A1CA. Grayscale: #686868. Windows color (decimal): -7381451 or 3497615. OLE color: 3497615.
HSL color Cylindrical-coordinate representation of color #8F5E35: hue angle of 27.33º 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 #8F5E35 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 53 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.44 |
| HSL | 27.33º | 0.46% | 0.38% | - |
| HSV(B) | 27.33º | 0.63% | 0.56% | - |
| XYZ | 15.97 | 14.1 | 5.25 | - |
| YUV | 103.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 53 | 0 | 0.34 | 0.63 | 0.44 | 27.33 | 0.46 | 0.38 |
| Hex | 8F | 5E | 35 | 0 | 22 | 3F | 2C | 1B | 2E | 26 |
| Octal | 217 | 136 | 65 | 0 | 42 | 77 | 54 | 33 | 56 | 46 |
| Binary | 10001111 | 1011110 | 110101 | 0 | 100010 | 111111 | 101100 | 11011 | 101110 | 100110 |
Color Harmonies of #8F5E35
Complementary color
Monochromatic Colors of #8F5E35
Black with #8F5E35
Text Example
Text Example
White with #8F5E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E35; }
p { color: rgb(143,94,53); }
H1.HeaderClassName
{
color: #8F5E35;
}
.AnyTagClassName
{
color: #8F5E35;
}
</style>
background-color css
<style>
a { background-color: #8F5E35; }
a { background-color: rgb(143,94,53); }
div.DivClassName
{
background-color: #8F5E35;
}
.BgClassName
{
background-color: #8F5E35;
}
</style>
border-color css
<style>
span { border-color: #8F5E35; }
span { border-color: rgb(143,94,53); }
td.TdClassName
{
border-color: #8F5E35;
}
.TagClassName
{
border-color: #8F5E35;
}
</style>