Shades of McKenzie #8F5E38
Tints of McKenzie #8F5E38
RGB
CMYK
RGB Variations
Color information
#8F5E38 (or 0x8F5E38) is known color: McKenzie. HEX triplet: 8F, 5E and 38. RGB value is (143,94,56). Sum of RGB (Red+Green+Blue) = 143+94+56=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E38 is #70A1C7. Grayscale: #686868. Windows color (decimal): -7381448 or 3694223. OLE color: 3694223.
HSL color Cylindrical-coordinate representation of color #8F5E38: hue angle of 26.21º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5E38 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 56 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.44 |
| HSL | 26.21º | 0.44% | 0.39% | - |
| HSV(B) | 26.21º | 0.61% | 0.56% | - |
| XYZ | 16.04 | 14.13 | 5.62 | - |
| YUV | 104.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 56 | 0 | 0.34 | 0.61 | 0.44 | 26.21 | 0.44 | 0.39 |
| Hex | 8F | 5E | 38 | 0 | 22 | 3D | 2C | 1A | 2C | 27 |
| Octal | 217 | 136 | 70 | 0 | 42 | 75 | 54 | 32 | 54 | 47 |
| Binary | 10001111 | 1011110 | 111000 | 0 | 100010 | 111101 | 101100 | 11010 | 101100 | 100111 |
Color Harmonies of #8F5E38
Complementary color
Monochromatic Colors of #8F5E38
Black with #8F5E38
Text Example
Text Example
White with #8F5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E38; }
p { color: rgb(143,94,56); }
H1.HeaderClassName
{
color: #8F5E38;
}
.AnyTagClassName
{
color: #8F5E38;
}
</style>
background-color css
<style>
a { background-color: #8F5E38; }
a { background-color: rgb(143,94,56); }
div.DivClassName
{
background-color: #8F5E38;
}
.BgClassName
{
background-color: #8F5E38;
}
</style>
border-color css
<style>
span { border-color: #8F5E38; }
span { border-color: rgb(143,94,56); }
td.TdClassName
{
border-color: #8F5E38;
}
.TagClassName
{
border-color: #8F5E38;
}
</style>