Shades of McKenzie #895F34
Tints of McKenzie #895F34
RGB
CMYK
RGB Variations
Color information
#895F34 (or 0x895F34) is known color: McKenzie. HEX triplet: 89, 5F and 34. RGB value is (137,95,52). Sum of RGB (Red+Green+Blue) = 137+95+52=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #895F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F34 is #76A0CB. Grayscale: #666666. Windows color (decimal): -7774412 or 3432329. OLE color: 3432329.
HSL color Cylindrical-coordinate representation of color #895F34: hue angle of 30.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895F34 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 52 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.46 |
| HSL | 30.35º | 0.45% | 0.37% | - |
| HSV(B) | 30.35º | 0.62% | 0.54% | - |
| XYZ | 15.03 | 13.75 | 5.11 | - |
| YUV | 102.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 52 | 0 | 0.31 | 0.62 | 0.46 | 30.35 | 0.45 | 0.37 |
| Hex | 89 | 5F | 34 | 0 | 1F | 3E | 2E | 1E | 2D | 25 |
| Octal | 211 | 137 | 64 | 0 | 37 | 76 | 56 | 36 | 55 | 45 |
| Binary | 10001001 | 1011111 | 110100 | 0 | 11111 | 111110 | 101110 | 11110 | 101101 | 100101 |
Color Harmonies of #895F34
Complementary color
Monochromatic Colors of #895F34
Black with #895F34
Text Example
Text Example
White with #895F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F34; }
p { color: rgb(137,95,52); }
H1.HeaderClassName
{
color: #895F34;
}
.AnyTagClassName
{
color: #895F34;
}
</style>
background-color css
<style>
a { background-color: #895F34; }
a { background-color: rgb(137,95,52); }
div.DivClassName
{
background-color: #895F34;
}
.BgClassName
{
background-color: #895F34;
}
</style>
border-color css
<style>
span { border-color: #895F34; }
span { border-color: rgb(137,95,52); }
td.TdClassName
{
border-color: #895F34;
}
.TagClassName
{
border-color: #895F34;
}
</style>