Shades of McKenzie #8B5E35
Tints of McKenzie #8B5E35
RGB
CMYK
RGB Variations
Color information
#8B5E35 (or 0x8B5E35) is known color: McKenzie. HEX triplet: 8B, 5E and 35. RGB value is (139,94,53). Sum of RGB (Red+Green+Blue) = 139+94+53=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E35 is #74A1CA. Grayscale: #666666. Windows color (decimal): -7643595 or 3497611. OLE color: 3497611.
HSL color Cylindrical-coordinate representation of color #8B5E35: hue angle of 28.6º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5E35 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 53 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.45 |
| HSL | 28.6º | 0.45% | 0.38% | - |
| HSV(B) | 28.6º | 0.62% | 0.55% | - |
| XYZ | 15.29 | 13.75 | 5.22 | - |
| YUV | 102.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 53 | 0 | 0.32 | 0.62 | 0.45 | 28.6 | 0.45 | 0.38 |
| Hex | 8B | 5E | 35 | 0 | 20 | 3E | 2D | 1D | 2D | 26 |
| Octal | 213 | 136 | 65 | 0 | 40 | 76 | 55 | 35 | 55 | 46 |
| Binary | 10001011 | 1011110 | 110101 | 0 | 100000 | 111110 | 101101 | 11101 | 101101 | 100110 |
Color Harmonies of #8B5E35
Complementary color
Monochromatic Colors of #8B5E35
Black with #8B5E35
Text Example
Text Example
White with #8B5E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E35; }
p { color: rgb(139,94,53); }
H1.HeaderClassName
{
color: #8B5E35;
}
.AnyTagClassName
{
color: #8B5E35;
}
</style>
background-color css
<style>
a { background-color: #8B5E35; }
a { background-color: rgb(139,94,53); }
div.DivClassName
{
background-color: #8B5E35;
}
.BgClassName
{
background-color: #8B5E35;
}
</style>
border-color css
<style>
span { border-color: #8B5E35; }
span { border-color: rgb(139,94,53); }
td.TdClassName
{
border-color: #8B5E35;
}
.TagClassName
{
border-color: #8B5E35;
}
</style>