Shades of McKenzie #885F34
Tints of McKenzie #885F34
RGB
CMYK
RGB Variations
Color information
#885F34 (or 0x885F34) is known color: McKenzie. HEX triplet: 88, 5F and 34. RGB value is (136,95,52). Sum of RGB (Red+Green+Blue) = 136+95+52=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F34 is #77A0CB. Grayscale: #666666. Windows color (decimal): -7839948 or 3432328. OLE color: 3432328.
HSL color Cylindrical-coordinate representation of color #885F34: hue angle of 30.71º 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 #885F34 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 52 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.47 |
| HSL | 30.71º | 0.45% | 0.37% | - |
| HSV(B) | 30.71º | 0.62% | 0.53% | - |
| XYZ | 14.87 | 13.67 | 5.1 | - |
| YUV | 102.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 52 | 0 | 0.30 | 0.62 | 0.47 | 30.71 | 0.45 | 0.37 |
| Hex | 88 | 5F | 34 | 0 | 1E | 3E | 2F | 1F | 2D | 25 |
| Octal | 210 | 137 | 64 | 0 | 36 | 76 | 57 | 37 | 55 | 45 |
| Binary | 10001000 | 1011111 | 110100 | 0 | 11110 | 111110 | 101111 | 11111 | 101101 | 100101 |
Color Harmonies of #885F34
Complementary color
Monochromatic Colors of #885F34
Black with #885F34
Text Example
Text Example
White with #885F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F34; }
p { color: rgb(136,95,52); }
H1.HeaderClassName
{
color: #885F34;
}
.AnyTagClassName
{
color: #885F34;
}
</style>
background-color css
<style>
a { background-color: #885F34; }
a { background-color: rgb(136,95,52); }
div.DivClassName
{
background-color: #885F34;
}
.BgClassName
{
background-color: #885F34;
}
</style>
border-color css
<style>
span { border-color: #885F34; }
span { border-color: rgb(136,95,52); }
td.TdClassName
{
border-color: #885F34;
}
.TagClassName
{
border-color: #885F34;
}
</style>