Shades of McKenzie #855F36
Tints of McKenzie #855F36
RGB
CMYK
RGB Variations
Color information
#855F36 (or 0x855F36) is known color: McKenzie. HEX triplet: 85, 5F and 36. RGB value is (133,95,54). Sum of RGB (Red+Green+Blue) = 133+95+54=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F36 is #7AA0C9. Grayscale: #656565. Windows color (decimal): -8036554 or 3563397. OLE color: 3563397.
HSL color Cylindrical-coordinate representation of color #855F36: hue angle of 31.14º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855F36 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 54 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.48 |
| HSL | 31.14º | 0.42% | 0.37% | - |
| HSV(B) | 31.14º | 0.59% | 0.52% | - |
| XYZ | 14.43 | 13.44 | 5.32 | - |
| YUV | 101.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 54 | 0 | 0.29 | 0.59 | 0.48 | 31.14 | 0.42 | 0.37 |
| Hex | 85 | 5F | 36 | 0 | 1D | 3B | 30 | 1F | 2A | 25 |
| Octal | 205 | 137 | 66 | 0 | 35 | 73 | 60 | 37 | 52 | 45 |
| Binary | 10000101 | 1011111 | 110110 | 0 | 11101 | 111011 | 110000 | 11111 | 101010 | 100101 |
Color Harmonies of #855F36
Complementary color
Monochromatic Colors of #855F36
Black with #855F36
Text Example
Text Example
White with #855F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F36; }
p { color: rgb(133,95,54); }
H1.HeaderClassName
{
color: #855F36;
}
.AnyTagClassName
{
color: #855F36;
}
</style>
background-color css
<style>
a { background-color: #855F36; }
a { background-color: rgb(133,95,54); }
div.DivClassName
{
background-color: #855F36;
}
.BgClassName
{
background-color: #855F36;
}
</style>
border-color css
<style>
span { border-color: #855F36; }
span { border-color: rgb(133,95,54); }
td.TdClassName
{
border-color: #855F36;
}
.TagClassName
{
border-color: #855F36;
}
</style>