Shades of McKenzie #845D33
Tints of McKenzie #845D33
RGB
CMYK
RGB Variations
Color information
#845D33 (or 0x845D33) is known color: McKenzie. HEX triplet: 84, 5D and 33. RGB value is (132,93,51). Sum of RGB (Red+Green+Blue) = 132+93+51=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #845D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D33 is #7BA2CC. Grayscale: #646464. Windows color (decimal): -8102605 or 3366276. OLE color: 3366276.
HSL color Cylindrical-coordinate representation of color #845D33: hue angle of 31.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845D33 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 51 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.48 |
| HSL | 31.11º | 0.44% | 0.36% | - |
| HSV(B) | 31.11º | 0.61% | 0.52% | - |
| XYZ | 14.03 | 12.97 | 4.9 | - |
| YUV | 99.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 51 | 0 | 0.30 | 0.61 | 0.48 | 31.11 | 0.44 | 0.36 |
| Hex | 84 | 5D | 33 | 0 | 1E | 3D | 30 | 1F | 2C | 24 |
| Octal | 204 | 135 | 63 | 0 | 36 | 75 | 60 | 37 | 54 | 44 |
| Binary | 10000100 | 1011101 | 110011 | 0 | 11110 | 111101 | 110000 | 11111 | 101100 | 100100 |
Color Harmonies of #845D33
Complementary color
Monochromatic Colors of #845D33
Black with #845D33
Text Example
Text Example
White with #845D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D33; }
p { color: rgb(132,93,51); }
H1.HeaderClassName
{
color: #845D33;
}
.AnyTagClassName
{
color: #845D33;
}
</style>
background-color css
<style>
a { background-color: #845D33; }
a { background-color: rgb(132,93,51); }
div.DivClassName
{
background-color: #845D33;
}
.BgClassName
{
background-color: #845D33;
}
</style>
border-color css
<style>
span { border-color: #845D33; }
span { border-color: rgb(132,93,51); }
td.TdClassName
{
border-color: #845D33;
}
.TagClassName
{
border-color: #845D33;
}
</style>