Shades of McKenzie #875B34
Tints of McKenzie #875B34
RGB
CMYK
RGB Variations
Color information
#875B34 (or 0x875B34) is known color: McKenzie. HEX triplet: 87, 5B and 34. RGB value is (135,91,52). Sum of RGB (Red+Green+Blue) = 135+91+52=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #875B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B34 is #78A4CB. Grayscale: #636363. Windows color (decimal): -7906508 or 3431303. OLE color: 3431303.
HSL color Cylindrical-coordinate representation of color #875B34: hue angle of 28.19º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875B34 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 52 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.47 |
| HSL | 28.19º | 0.44% | 0.37% | - |
| HSV(B) | 28.19º | 0.61% | 0.53% | - |
| XYZ | 14.35 | 12.88 | 4.98 | - |
| YUV | 99.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 52 | 0 | 0.33 | 0.61 | 0.47 | 28.19 | 0.44 | 0.37 |
| Hex | 87 | 5B | 34 | 0 | 21 | 3D | 2F | 1C | 2C | 25 |
| Octal | 207 | 133 | 64 | 0 | 41 | 75 | 57 | 34 | 54 | 45 |
| Binary | 10000111 | 1011011 | 110100 | 0 | 100001 | 111101 | 101111 | 11100 | 101100 | 100101 |
Color Harmonies of #875B34
Complementary color
Monochromatic Colors of #875B34
Black with #875B34
Text Example
Text Example
White with #875B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B34; }
p { color: rgb(135,91,52); }
H1.HeaderClassName
{
color: #875B34;
}
.AnyTagClassName
{
color: #875B34;
}
</style>
background-color css
<style>
a { background-color: #875B34; }
a { background-color: rgb(135,91,52); }
div.DivClassName
{
background-color: #875B34;
}
.BgClassName
{
background-color: #875B34;
}
</style>
border-color css
<style>
span { border-color: #875B34; }
span { border-color: rgb(135,91,52); }
td.TdClassName
{
border-color: #875B34;
}
.TagClassName
{
border-color: #875B34;
}
</style>