Shades of McKenzie #855B34
Tints of McKenzie #855B34
RGB
CMYK
RGB Variations
Color information
#855B34 (or 0x855B34) is known color: McKenzie. HEX triplet: 85, 5B and 34. RGB value is (133,91,52). Sum of RGB (Red+Green+Blue) = 133+91+52=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B34 is #7AA4CB. Grayscale: #636363. Windows color (decimal): -8037580 or 3431301. OLE color: 3431301.
HSL color Cylindrical-coordinate representation of color #855B34: hue angle of 28.89º 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 #855B34 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 52 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.48 |
| HSL | 28.89º | 0.44% | 0.36% | - |
| HSV(B) | 28.89º | 0.61% | 0.52% | - |
| XYZ | 14.03 | 12.72 | 4.96 | - |
| YUV | 99.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 52 | 0 | 0.32 | 0.61 | 0.48 | 28.89 | 0.44 | 0.36 |
| Hex | 85 | 5B | 34 | 0 | 20 | 3D | 30 | 1D | 2C | 24 |
| Octal | 205 | 133 | 64 | 0 | 40 | 75 | 60 | 35 | 54 | 44 |
| Binary | 10000101 | 1011011 | 110100 | 0 | 100000 | 111101 | 110000 | 11101 | 101100 | 100100 |
Color Harmonies of #855B34
Complementary color
Monochromatic Colors of #855B34
Black with #855B34
Text Example
Text Example
White with #855B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B34; }
p { color: rgb(133,91,52); }
H1.HeaderClassName
{
color: #855B34;
}
.AnyTagClassName
{
color: #855B34;
}
</style>
background-color css
<style>
a { background-color: #855B34; }
a { background-color: rgb(133,91,52); }
div.DivClassName
{
background-color: #855B34;
}
.BgClassName
{
background-color: #855B34;
}
</style>
border-color css
<style>
span { border-color: #855B34; }
span { border-color: rgb(133,91,52); }
td.TdClassName
{
border-color: #855B34;
}
.TagClassName
{
border-color: #855B34;
}
</style>