Shades of McKenzie #8B5E39
Tints of McKenzie #8B5E39
RGB
CMYK
RGB Variations
Color information
#8B5E39 (or 0x8B5E39) is known color: McKenzie. HEX triplet: 8B, 5E and 39. RGB value is (139,94,57). Sum of RGB (Red+Green+Blue) = 139+94+57=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E39 is #74A1C6. Grayscale: #676767. Windows color (decimal): -7643591 or 3759755. OLE color: 3759755.
HSL color Cylindrical-coordinate representation of color #8B5E39: hue angle of 27.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5E39 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 57 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.45 |
| HSL | 27.07º | 0.42% | 0.38% | - |
| HSV(B) | 27.07º | 0.59% | 0.55% | - |
| XYZ | 15.39 | 13.79 | 5.72 | - |
| YUV | 103.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 57 | 0 | 0.32 | 0.59 | 0.45 | 27.07 | 0.42 | 0.38 |
| Hex | 8B | 5E | 39 | 0 | 20 | 3B | 2D | 1B | 2A | 26 |
| Octal | 213 | 136 | 71 | 0 | 40 | 73 | 55 | 33 | 52 | 46 |
| Binary | 10001011 | 1011110 | 111001 | 0 | 100000 | 111011 | 101101 | 11011 | 101010 | 100110 |
Color Harmonies of #8B5E39
Complementary color
Monochromatic Colors of #8B5E39
Black with #8B5E39
Text Example
Text Example
White with #8B5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E39; }
p { color: rgb(139,94,57); }
H1.HeaderClassName
{
color: #8B5E39;
}
.AnyTagClassName
{
color: #8B5E39;
}
</style>
background-color css
<style>
a { background-color: #8B5E39; }
a { background-color: rgb(139,94,57); }
div.DivClassName
{
background-color: #8B5E39;
}
.BgClassName
{
background-color: #8B5E39;
}
</style>
border-color css
<style>
span { border-color: #8B5E39; }
span { border-color: rgb(139,94,57); }
td.TdClassName
{
border-color: #8B5E39;
}
.TagClassName
{
border-color: #8B5E39;
}
</style>