Shades of McKenzie #845F39
Tints of McKenzie #845F39
RGB
CMYK
RGB Variations
Color information
#845F39 (or 0x845F39) is known color: McKenzie. HEX triplet: 84, 5F and 39. RGB value is (132,95,57). Sum of RGB (Red+Green+Blue) = 132+95+57=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #845F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F39 is #7BA0C6. Grayscale: #656565. Windows color (decimal): -8102087 or 3760004. OLE color: 3760004.
HSL color Cylindrical-coordinate representation of color #845F39: hue angle of 30.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845F39 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 57 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.48 |
| HSL | 30.4º | 0.4% | 0.37% | - |
| HSV(B) | 30.4º | 0.57% | 0.52% | - |
| XYZ | 14.35 | 13.39 | 5.7 | - |
| YUV | 101.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 57 | 0 | 0.28 | 0.57 | 0.48 | 30.4 | 0.4 | 0.37 |
| Hex | 84 | 5F | 39 | 0 | 1C | 39 | 30 | 1E | 28 | 25 |
| Octal | 204 | 137 | 71 | 0 | 34 | 71 | 60 | 36 | 50 | 45 |
| Binary | 10000100 | 1011111 | 111001 | 0 | 11100 | 111001 | 110000 | 11110 | 101000 | 100101 |
Color Harmonies of #845F39
Complementary color
Monochromatic Colors of #845F39
Black with #845F39
Text Example
Text Example
White with #845F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F39; }
p { color: rgb(132,95,57); }
H1.HeaderClassName
{
color: #845F39;
}
.AnyTagClassName
{
color: #845F39;
}
</style>
background-color css
<style>
a { background-color: #845F39; }
a { background-color: rgb(132,95,57); }
div.DivClassName
{
background-color: #845F39;
}
.BgClassName
{
background-color: #845F39;
}
</style>
border-color css
<style>
span { border-color: #845F39; }
span { border-color: rgb(132,95,57); }
td.TdClassName
{
border-color: #845F39;
}
.TagClassName
{
border-color: #845F39;
}
</style>