Shades of McKenzie #855C34
Tints of McKenzie #855C34
RGB
CMYK
RGB Variations
Color information
#855C34 (or 0x855C34) is known color: McKenzie. HEX triplet: 85, 5C and 34. RGB value is (133,92,52). Sum of RGB (Red+Green+Blue) = 133+92+52=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C34 is #7AA3CB. Grayscale: #636363. Windows color (decimal): -8037324 or 3431557. OLE color: 3431557.
HSL color Cylindrical-coordinate representation of color #855C34: hue angle of 29.63º 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 #855C34 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 52 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.48 |
| HSL | 29.63º | 0.44% | 0.36% | - |
| HSV(B) | 29.63º | 0.61% | 0.52% | - |
| XYZ | 14.12 | 12.89 | 4.99 | - |
| YUV | 99.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 52 | 0 | 0.31 | 0.61 | 0.48 | 29.63 | 0.44 | 0.36 |
| Hex | 85 | 5C | 34 | 0 | 1F | 3D | 30 | 1E | 2C | 24 |
| Octal | 205 | 134 | 64 | 0 | 37 | 75 | 60 | 36 | 54 | 44 |
| Binary | 10000101 | 1011100 | 110100 | 0 | 11111 | 111101 | 110000 | 11110 | 101100 | 100100 |
Color Harmonies of #855C34
Complementary color
Monochromatic Colors of #855C34
Black with #855C34
Text Example
Text Example
White with #855C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C34; }
p { color: rgb(133,92,52); }
H1.HeaderClassName
{
color: #855C34;
}
.AnyTagClassName
{
color: #855C34;
}
</style>
background-color css
<style>
a { background-color: #855C34; }
a { background-color: rgb(133,92,52); }
div.DivClassName
{
background-color: #855C34;
}
.BgClassName
{
background-color: #855C34;
}
</style>
border-color css
<style>
span { border-color: #855C34; }
span { border-color: rgb(133,92,52); }
td.TdClassName
{
border-color: #855C34;
}
.TagClassName
{
border-color: #855C34;
}
</style>