Shades of McKenzie #855F34
Tints of McKenzie #855F34
RGB
CMYK
RGB Variations
Color information
#855F34 (or 0x855F34) is known color: McKenzie. HEX triplet: 85, 5F and 34. RGB value is (133,95,52). Sum of RGB (Red+Green+Blue) = 133+95+52=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F34 is #7AA0CB. Grayscale: #656565. Windows color (decimal): -8036556 or 3432325. OLE color: 3432325.
HSL color Cylindrical-coordinate representation of color #855F34: hue angle of 31.85º 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 #855F34 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 52 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.48 |
| HSL | 31.85º | 0.44% | 0.36% | - |
| HSV(B) | 31.85º | 0.61% | 0.52% | - |
| XYZ | 14.38 | 13.42 | 5.08 | - |
| YUV | 101.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 52 | 0 | 0.29 | 0.61 | 0.48 | 31.85 | 0.44 | 0.36 |
| Hex | 85 | 5F | 34 | 0 | 1D | 3D | 30 | 20 | 2C | 24 |
| Octal | 205 | 137 | 64 | 0 | 35 | 75 | 60 | 40 | 54 | 44 |
| Binary | 10000101 | 1011111 | 110100 | 0 | 11101 | 111101 | 110000 | 100000 | 101100 | 100100 |
Color Harmonies of #855F34
Complementary color
Monochromatic Colors of #855F34
Black with #855F34
Text Example
Text Example
White with #855F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F34; }
p { color: rgb(133,95,52); }
H1.HeaderClassName
{
color: #855F34;
}
.AnyTagClassName
{
color: #855F34;
}
</style>
background-color css
<style>
a { background-color: #855F34; }
a { background-color: rgb(133,95,52); }
div.DivClassName
{
background-color: #855F34;
}
.BgClassName
{
background-color: #855F34;
}
</style>
border-color css
<style>
span { border-color: #855F34; }
span { border-color: rgb(133,95,52); }
td.TdClassName
{
border-color: #855F34;
}
.TagClassName
{
border-color: #855F34;
}
</style>