Shades of McKenzie #855C33
Tints of McKenzie #855C33
RGB
CMYK
RGB Variations
Color information
#855C33 (or 0x855C33) is known color: McKenzie. HEX triplet: 85, 5C and 33. RGB value is (133,92,51). Sum of RGB (Red+Green+Blue) = 133+92+51=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C33 is #7AA3CC. Grayscale: #636363. Windows color (decimal): -8037325 or 3366021. OLE color: 3366021.
HSL color Cylindrical-coordinate representation of color #855C33: hue angle of 30º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855C33 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 51 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.48 |
| HSL | 30º | 0.45% | 0.36% | - |
| HSV(B) | 30º | 0.62% | 0.52% | - |
| XYZ | 14.1 | 12.88 | 4.88 | - |
| YUV | 99.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 51 | 0 | 0.31 | 0.62 | 0.48 | 30 | 0.45 | 0.36 |
| Hex | 85 | 5C | 33 | 0 | 1F | 3E | 30 | 1E | 2D | 24 |
| Octal | 205 | 134 | 63 | 0 | 37 | 76 | 60 | 36 | 55 | 44 |
| Binary | 10000101 | 1011100 | 110011 | 0 | 11111 | 111110 | 110000 | 11110 | 101101 | 100100 |
Color Harmonies of #855C33
Complementary color
Monochromatic Colors of #855C33
Black with #855C33
Text Example
Text Example
White with #855C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C33; }
p { color: rgb(133,92,51); }
H1.HeaderClassName
{
color: #855C33;
}
.AnyTagClassName
{
color: #855C33;
}
</style>
background-color css
<style>
a { background-color: #855C33; }
a { background-color: rgb(133,92,51); }
div.DivClassName
{
background-color: #855C33;
}
.BgClassName
{
background-color: #855C33;
}
</style>
border-color css
<style>
span { border-color: #855C33; }
span { border-color: rgb(133,92,51); }
td.TdClassName
{
border-color: #855C33;
}
.TagClassName
{
border-color: #855C33;
}
</style>