Shades of McKenzie #8B5E37
Tints of McKenzie #8B5E37
RGB
CMYK
RGB Variations
Color information
#8B5E37 (or 0x8B5E37) is known color: McKenzie. HEX triplet: 8B, 5E and 37. RGB value is (139,94,55). Sum of RGB (Red+Green+Blue) = 139+94+55=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E37 is #74A1C8. Grayscale: #676767. Windows color (decimal): -7643593 or 3628683. OLE color: 3628683.
HSL color Cylindrical-coordinate representation of color #8B5E37: hue angle of 27.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5E37 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 55 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.45 |
| HSL | 27.86º | 0.43% | 0.38% | - |
| HSV(B) | 27.86º | 0.6% | 0.55% | - |
| XYZ | 15.34 | 13.77 | 5.46 | - |
| YUV | 103.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 55 | 0 | 0.32 | 0.60 | 0.45 | 27.86 | 0.43 | 0.38 |
| Hex | 8B | 5E | 37 | 0 | 20 | 3C | 2D | 1C | 2B | 26 |
| Octal | 213 | 136 | 67 | 0 | 40 | 74 | 55 | 34 | 53 | 46 |
| Binary | 10001011 | 1011110 | 110111 | 0 | 100000 | 111100 | 101101 | 11100 | 101011 | 100110 |
Color Harmonies of #8B5E37
Complementary color
Monochromatic Colors of #8B5E37
Black with #8B5E37
Text Example
Text Example
White with #8B5E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E37; }
p { color: rgb(139,94,55); }
H1.HeaderClassName
{
color: #8B5E37;
}
.AnyTagClassName
{
color: #8B5E37;
}
</style>
background-color css
<style>
a { background-color: #8B5E37; }
a { background-color: rgb(139,94,55); }
div.DivClassName
{
background-color: #8B5E37;
}
.BgClassName
{
background-color: #8B5E37;
}
</style>
border-color css
<style>
span { border-color: #8B5E37; }
span { border-color: rgb(139,94,55); }
td.TdClassName
{
border-color: #8B5E37;
}
.TagClassName
{
border-color: #8B5E37;
}
</style>