Shades of McKenzie #8F5D36
Tints of McKenzie #8F5D36
RGB
CMYK
RGB Variations
Color information
#8F5D36 (or 0x8F5D36) is known color: McKenzie. HEX triplet: 8F, 5D and 36. RGB value is (143,93,54). Sum of RGB (Red+Green+Blue) = 143+93+54=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5D36 is #70A2C9. Grayscale: #676767. Windows color (decimal): -7381706 or 3562895. OLE color: 3562895.
HSL color Cylindrical-coordinate representation of color #8F5D36: hue angle of 26.29º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5D36 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 54 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.44 |
| HSL | 26.29º | 0.45% | 0.39% | - |
| HSV(B) | 26.29º | 0.62% | 0.56% | - |
| XYZ | 15.91 | 13.93 | 5.34 | - |
| YUV | 103.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 54 | 0 | 0.35 | 0.62 | 0.44 | 26.29 | 0.45 | 0.39 |
| Hex | 8F | 5D | 36 | 0 | 23 | 3E | 2C | 1A | 2D | 27 |
| Octal | 217 | 135 | 66 | 0 | 43 | 76 | 54 | 32 | 55 | 47 |
| Binary | 10001111 | 1011101 | 110110 | 0 | 100011 | 111110 | 101100 | 11010 | 101101 | 100111 |
Color Harmonies of #8F5D36
Complementary color
Monochromatic Colors of #8F5D36
Black with #8F5D36
Text Example
Text Example
White with #8F5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D36; }
p { color: rgb(143,93,54); }
H1.HeaderClassName
{
color: #8F5D36;
}
.AnyTagClassName
{
color: #8F5D36;
}
</style>
background-color css
<style>
a { background-color: #8F5D36; }
a { background-color: rgb(143,93,54); }
div.DivClassName
{
background-color: #8F5D36;
}
.BgClassName
{
background-color: #8F5D36;
}
</style>
border-color css
<style>
span { border-color: #8F5D36; }
span { border-color: rgb(143,93,54); }
td.TdClassName
{
border-color: #8F5D36;
}
.TagClassName
{
border-color: #8F5D36;
}
</style>