Shades of McKenzie #8F5D35
Tints of McKenzie #8F5D35
RGB
CMYK
RGB Variations
Color information
#8F5D35 (or 0x8F5D35) is known color: McKenzie. HEX triplet: 8F, 5D and 35. RGB value is (143,93,53). Sum of RGB (Red+Green+Blue) = 143+93+53=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5D35 is #70A2CA. Grayscale: #676767. Windows color (decimal): -7381707 or 3497359. OLE color: 3497359.
HSL color Cylindrical-coordinate representation of color #8F5D35: hue angle of 26.67º 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 #8F5D35 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 53 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.44 |
| HSL | 26.67º | 0.46% | 0.38% | - |
| HSV(B) | 26.67º | 0.63% | 0.56% | - |
| XYZ | 15.88 | 13.93 | 5.22 | - |
| YUV | 103.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 53 | 0 | 0.35 | 0.63 | 0.44 | 26.67 | 0.46 | 0.38 |
| Hex | 8F | 5D | 35 | 0 | 23 | 3F | 2C | 1B | 2E | 26 |
| Octal | 217 | 135 | 65 | 0 | 43 | 77 | 54 | 33 | 56 | 46 |
| Binary | 10001111 | 1011101 | 110101 | 0 | 100011 | 111111 | 101100 | 11011 | 101110 | 100110 |
Color Harmonies of #8F5D35
Complementary color
Monochromatic Colors of #8F5D35
Black with #8F5D35
Text Example
Text Example
White with #8F5D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D35; }
p { color: rgb(143,93,53); }
H1.HeaderClassName
{
color: #8F5D35;
}
.AnyTagClassName
{
color: #8F5D35;
}
</style>
background-color css
<style>
a { background-color: #8F5D35; }
a { background-color: rgb(143,93,53); }
div.DivClassName
{
background-color: #8F5D35;
}
.BgClassName
{
background-color: #8F5D35;
}
</style>
border-color css
<style>
span { border-color: #8F5D35; }
span { border-color: rgb(143,93,53); }
td.TdClassName
{
border-color: #8F5D35;
}
.TagClassName
{
border-color: #8F5D35;
}
</style>