Shades of McKenzie #8B5E36
Tints of McKenzie #8B5E36
RGB
CMYK
RGB Variations
Color information
#8B5E36 (or 0x8B5E36) is known color: McKenzie. HEX triplet: 8B, 5E and 36. RGB value is (139,94,54). Sum of RGB (Red+Green+Blue) = 139+94+54=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E36 is #74A1C9. Grayscale: #676767. Windows color (decimal): -7643594 or 3563147. OLE color: 3563147.
HSL color Cylindrical-coordinate representation of color #8B5E36: hue angle of 28.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B5E36 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 54 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.45 |
| HSL | 28.24º | 0.44% | 0.38% | - |
| HSV(B) | 28.24º | 0.61% | 0.55% | - |
| XYZ | 15.32 | 13.76 | 5.34 | - |
| YUV | 102.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 54 | 0 | 0.32 | 0.61 | 0.45 | 28.24 | 0.44 | 0.38 |
| Hex | 8B | 5E | 36 | 0 | 20 | 3D | 2D | 1C | 2C | 26 |
| Octal | 213 | 136 | 66 | 0 | 40 | 75 | 55 | 34 | 54 | 46 |
| Binary | 10001011 | 1011110 | 110110 | 0 | 100000 | 111101 | 101101 | 11100 | 101100 | 100110 |
Color Harmonies of #8B5E36
Complementary color
Monochromatic Colors of #8B5E36
Black with #8B5E36
Text Example
Text Example
White with #8B5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E36; }
p { color: rgb(139,94,54); }
H1.HeaderClassName
{
color: #8B5E36;
}
.AnyTagClassName
{
color: #8B5E36;
}
</style>
background-color css
<style>
a { background-color: #8B5E36; }
a { background-color: rgb(139,94,54); }
div.DivClassName
{
background-color: #8B5E36;
}
.BgClassName
{
background-color: #8B5E36;
}
</style>
border-color css
<style>
span { border-color: #8B5E36; }
span { border-color: rgb(139,94,54); }
td.TdClassName
{
border-color: #8B5E36;
}
.TagClassName
{
border-color: #8B5E36;
}
</style>