Shades of McKenzie #895F33
Tints of McKenzie #895F33
RGB
CMYK
RGB Variations
Color information
#895F33 (or 0x895F33) is known color: McKenzie. HEX triplet: 89, 5F and 33. RGB value is (137,95,51). Sum of RGB (Red+Green+Blue) = 137+95+51=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #895F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F33 is #76A0CC. Grayscale: #666666. Windows color (decimal): -7774413 or 3366793. OLE color: 3366793.
HSL color Cylindrical-coordinate representation of color #895F33: hue angle of 30.7º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895F33 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 51 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.46 |
| HSL | 30.7º | 0.46% | 0.37% | - |
| HSV(B) | 30.7º | 0.63% | 0.54% | - |
| XYZ | 15.01 | 13.74 | 4.99 | - |
| YUV | 102.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 51 | 0 | 0.31 | 0.63 | 0.46 | 30.7 | 0.46 | 0.37 |
| Hex | 89 | 5F | 33 | 0 | 1F | 3F | 2E | 1F | 2E | 25 |
| Octal | 211 | 137 | 63 | 0 | 37 | 77 | 56 | 37 | 56 | 45 |
| Binary | 10001001 | 1011111 | 110011 | 0 | 11111 | 111111 | 101110 | 11111 | 101110 | 100101 |
Color Harmonies of #895F33
Complementary color
Monochromatic Colors of #895F33
Black with #895F33
Text Example
Text Example
White with #895F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F33; }
p { color: rgb(137,95,51); }
H1.HeaderClassName
{
color: #895F33;
}
.AnyTagClassName
{
color: #895F33;
}
</style>
background-color css
<style>
a { background-color: #895F33; }
a { background-color: rgb(137,95,51); }
div.DivClassName
{
background-color: #895F33;
}
.BgClassName
{
background-color: #895F33;
}
</style>
border-color css
<style>
span { border-color: #895F33; }
span { border-color: rgb(137,95,51); }
td.TdClassName
{
border-color: #895F33;
}
.TagClassName
{
border-color: #895F33;
}
</style>