Shades of McKenzie #8B5D36
Tints of McKenzie #8B5D36
RGB
CMYK
RGB Variations
Color information
#8B5D36 (or 0x8B5D36) is known color: McKenzie. HEX triplet: 8B, 5D and 36. RGB value is (139,93,54). Sum of RGB (Red+Green+Blue) = 139+93+54=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D36 is #74A2C9. Grayscale: #666666. Windows color (decimal): -7643850 or 3562891. OLE color: 3562891.
HSL color Cylindrical-coordinate representation of color #8B5D36: hue angle of 27.53º 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 #8B5D36 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 54 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.45 |
| HSL | 27.53º | 0.44% | 0.38% | - |
| HSV(B) | 27.53º | 0.61% | 0.55% | - |
| XYZ | 15.23 | 13.58 | 5.31 | - |
| YUV | 102.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 54 | 0 | 0.33 | 0.61 | 0.45 | 27.53 | 0.44 | 0.38 |
| Hex | 8B | 5D | 36 | 0 | 21 | 3D | 2D | 1C | 2C | 26 |
| Octal | 213 | 135 | 66 | 0 | 41 | 75 | 55 | 34 | 54 | 46 |
| Binary | 10001011 | 1011101 | 110110 | 0 | 100001 | 111101 | 101101 | 11100 | 101100 | 100110 |
Color Harmonies of #8B5D36
Complementary color
Monochromatic Colors of #8B5D36
Black with #8B5D36
Text Example
Text Example
White with #8B5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D36; }
p { color: rgb(139,93,54); }
H1.HeaderClassName
{
color: #8B5D36;
}
.AnyTagClassName
{
color: #8B5D36;
}
</style>
background-color css
<style>
a { background-color: #8B5D36; }
a { background-color: rgb(139,93,54); }
div.DivClassName
{
background-color: #8B5D36;
}
.BgClassName
{
background-color: #8B5D36;
}
</style>
border-color css
<style>
span { border-color: #8B5D36; }
span { border-color: rgb(139,93,54); }
td.TdClassName
{
border-color: #8B5D36;
}
.TagClassName
{
border-color: #8B5D36;
}
</style>