Shades of McKenzie #885F37
Tints of McKenzie #885F37
RGB
CMYK
RGB Variations
Color information
#885F37 (or 0x885F37) is known color: McKenzie. HEX triplet: 88, 5F and 37. RGB value is (136,95,55). Sum of RGB (Red+Green+Blue) = 136+95+55=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #885F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F37 is #77A0C8. Grayscale: #666666. Windows color (decimal): -7839945 or 3628936. OLE color: 3628936.
HSL color Cylindrical-coordinate representation of color #885F37: hue angle of 29.63º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885F37 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 55 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.47 |
| HSL | 29.63º | 0.42% | 0.37% | - |
| HSV(B) | 29.63º | 0.6% | 0.53% | - |
| XYZ | 14.94 | 13.69 | 5.47 | - |
| YUV | 102.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 55 | 0 | 0.30 | 0.60 | 0.47 | 29.63 | 0.42 | 0.37 |
| Hex | 88 | 5F | 37 | 0 | 1E | 3C | 2F | 1E | 2A | 25 |
| Octal | 210 | 137 | 67 | 0 | 36 | 74 | 57 | 36 | 52 | 45 |
| Binary | 10001000 | 1011111 | 110111 | 0 | 11110 | 111100 | 101111 | 11110 | 101010 | 100101 |
Color Harmonies of #885F37
Complementary color
Monochromatic Colors of #885F37
Black with #885F37
Text Example
Text Example
White with #885F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F37; }
p { color: rgb(136,95,55); }
H1.HeaderClassName
{
color: #885F37;
}
.AnyTagClassName
{
color: #885F37;
}
</style>
background-color css
<style>
a { background-color: #885F37; }
a { background-color: rgb(136,95,55); }
div.DivClassName
{
background-color: #885F37;
}
.BgClassName
{
background-color: #885F37;
}
</style>
border-color css
<style>
span { border-color: #885F37; }
span { border-color: rgb(136,95,55); }
td.TdClassName
{
border-color: #885F37;
}
.TagClassName
{
border-color: #885F37;
}
</style>