Shades of McKenzie #885F33
Tints of McKenzie #885F33
RGB
CMYK
RGB Variations
Color information
#885F33 (or 0x885F33) is known color: McKenzie. HEX triplet: 88, 5F and 33. RGB value is (136,95,51). Sum of RGB (Red+Green+Blue) = 136+95+51=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #885F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F33 is #77A0CC. Grayscale: #666666. Windows color (decimal): -7839949 or 3366792. OLE color: 3366792.
HSL color Cylindrical-coordinate representation of color #885F33: hue angle of 31.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885F33 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 51 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.47 |
| HSL | 31.06º | 0.45% | 0.37% | - |
| HSV(B) | 31.06º | 0.63% | 0.53% | - |
| XYZ | 14.84 | 13.66 | 4.99 | - |
| YUV | 102.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 51 | 0 | 0.30 | 0.62 | 0.47 | 31.06 | 0.45 | 0.37 |
| Hex | 88 | 5F | 33 | 0 | 1E | 3E | 2F | 1F | 2D | 25 |
| Octal | 210 | 137 | 63 | 0 | 36 | 76 | 57 | 37 | 55 | 45 |
| Binary | 10001000 | 1011111 | 110011 | 0 | 11110 | 111110 | 101111 | 11111 | 101101 | 100101 |
Color Harmonies of #885F33
Complementary color
Monochromatic Colors of #885F33
Black with #885F33
Text Example
Text Example
White with #885F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F33; }
p { color: rgb(136,95,51); }
H1.HeaderClassName
{
color: #885F33;
}
.AnyTagClassName
{
color: #885F33;
}
</style>
background-color css
<style>
a { background-color: #885F33; }
a { background-color: rgb(136,95,51); }
div.DivClassName
{
background-color: #885F33;
}
.BgClassName
{
background-color: #885F33;
}
</style>
border-color css
<style>
span { border-color: #885F33; }
span { border-color: rgb(136,95,51); }
td.TdClassName
{
border-color: #885F33;
}
.TagClassName
{
border-color: #885F33;
}
</style>