Shades of McKenzie #855D34
Tints of McKenzie #855D34
RGB
CMYK
RGB Variations
Color information
#855D34 (or 0x855D34) is known color: McKenzie. HEX triplet: 85, 5D and 34. RGB value is (133,93,52). Sum of RGB (Red+Green+Blue) = 133+93+52=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D34 is #7AA2CB. Grayscale: #646464. Windows color (decimal): -8037068 or 3431813. OLE color: 3431813.
HSL color Cylindrical-coordinate representation of color #855D34: hue angle of 30.37º 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 #855D34 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 52 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.48 |
| HSL | 30.37º | 0.44% | 0.36% | - |
| HSV(B) | 30.37º | 0.61% | 0.52% | - |
| XYZ | 14.21 | 13.06 | 5.02 | - |
| YUV | 100.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 52 | 0 | 0.30 | 0.61 | 0.48 | 30.37 | 0.44 | 0.36 |
| Hex | 85 | 5D | 34 | 0 | 1E | 3D | 30 | 1E | 2C | 24 |
| Octal | 205 | 135 | 64 | 0 | 36 | 75 | 60 | 36 | 54 | 44 |
| Binary | 10000101 | 1011101 | 110100 | 0 | 11110 | 111101 | 110000 | 11110 | 101100 | 100100 |
Color Harmonies of #855D34
Complementary color
Monochromatic Colors of #855D34
Black with #855D34
Text Example
Text Example
White with #855D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D34; }
p { color: rgb(133,93,52); }
H1.HeaderClassName
{
color: #855D34;
}
.AnyTagClassName
{
color: #855D34;
}
</style>
background-color css
<style>
a { background-color: #855D34; }
a { background-color: rgb(133,93,52); }
div.DivClassName
{
background-color: #855D34;
}
.BgClassName
{
background-color: #855D34;
}
</style>
border-color css
<style>
span { border-color: #855D34; }
span { border-color: rgb(133,93,52); }
td.TdClassName
{
border-color: #855D34;
}
.TagClassName
{
border-color: #855D34;
}
</style>