Shades of McKenzie #855D37
Tints of McKenzie #855D37
RGB
CMYK
RGB Variations
Color information
#855D37 (or 0x855D37) is known color: McKenzie. HEX triplet: 85, 5D and 37. RGB value is (133,93,55). Sum of RGB (Red+Green+Blue) = 133+93+55=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D37 is #7AA2C8. Grayscale: #646464. Windows color (decimal): -8037065 or 3628421. OLE color: 3628421.
HSL color Cylindrical-coordinate representation of color #855D37: hue angle of 29.23º degrees, saturation: 0.41, 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 #855D37 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 55 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.48 |
| HSL | 29.23º | 0.41% | 0.37% | - |
| HSV(B) | 29.23º | 0.59% | 0.52% | - |
| XYZ | 14.28 | 13.09 | 5.39 | - |
| YUV | 100.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 55 | 0 | 0.30 | 0.59 | 0.48 | 29.23 | 0.41 | 0.37 |
| Hex | 85 | 5D | 37 | 0 | 1E | 3B | 30 | 1D | 29 | 25 |
| Octal | 205 | 135 | 67 | 0 | 36 | 73 | 60 | 35 | 51 | 45 |
| Binary | 10000101 | 1011101 | 110111 | 0 | 11110 | 111011 | 110000 | 11101 | 101001 | 100101 |
Color Harmonies of #855D37
Complementary color
Monochromatic Colors of #855D37
Black with #855D37
Text Example
Text Example
White with #855D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D37; }
p { color: rgb(133,93,55); }
H1.HeaderClassName
{
color: #855D37;
}
.AnyTagClassName
{
color: #855D37;
}
</style>
background-color css
<style>
a { background-color: #855D37; }
a { background-color: rgb(133,93,55); }
div.DivClassName
{
background-color: #855D37;
}
.BgClassName
{
background-color: #855D37;
}
</style>
border-color css
<style>
span { border-color: #855D37; }
span { border-color: rgb(133,93,55); }
td.TdClassName
{
border-color: #855D37;
}
.TagClassName
{
border-color: #855D37;
}
</style>