Shades of McKenzie #885A34
Tints of McKenzie #885A34
RGB
CMYK
RGB Variations
Color information
#885A34 (or 0x885A34) is known color: McKenzie. HEX triplet: 88, 5A and 34. RGB value is (136,90,52). Sum of RGB (Red+Green+Blue) = 136+90+52=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #885A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A34 is #77A5CB. Grayscale: #636363. Windows color (decimal): -7841228 or 3431048. OLE color: 3431048.
HSL color Cylindrical-coordinate representation of color #885A34: hue angle of 27.14º 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 #885A34 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 52 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.47 |
| HSL | 27.14º | 0.45% | 0.37% | - |
| HSV(B) | 27.14º | 0.62% | 0.53% | - |
| XYZ | 14.43 | 12.79 | 4.96 | - |
| YUV | 99.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 52 | 0 | 0.34 | 0.62 | 0.47 | 27.14 | 0.45 | 0.37 |
| Hex | 88 | 5A | 34 | 0 | 22 | 3E | 2F | 1B | 2D | 25 |
| Octal | 210 | 132 | 64 | 0 | 42 | 76 | 57 | 33 | 55 | 45 |
| Binary | 10001000 | 1011010 | 110100 | 0 | 100010 | 111110 | 101111 | 11011 | 101101 | 100101 |
Color Harmonies of #885A34
Complementary color
Monochromatic Colors of #885A34
Black with #885A34
Text Example
Text Example
White with #885A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A34; }
p { color: rgb(136,90,52); }
H1.HeaderClassName
{
color: #885A34;
}
.AnyTagClassName
{
color: #885A34;
}
</style>
background-color css
<style>
a { background-color: #885A34; }
a { background-color: rgb(136,90,52); }
div.DivClassName
{
background-color: #885A34;
}
.BgClassName
{
background-color: #885A34;
}
</style>
border-color css
<style>
span { border-color: #885A34; }
span { border-color: rgb(136,90,52); }
td.TdClassName
{
border-color: #885A34;
}
.TagClassName
{
border-color: #885A34;
}
</style>