Shades of McKenzie #875F3B
Tints of McKenzie #875F3B
RGB
CMYK
RGB Variations
Color information
#875F3B (or 0x875F3B) is known color: McKenzie. HEX triplet: 87, 5F and 3B. RGB value is (135,95,59). Sum of RGB (Red+Green+Blue) = 135+95+59=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F3B is #78A0C4. Grayscale: #676767. Windows color (decimal): -7905477 or 3891079. OLE color: 3891079.
HSL color Cylindrical-coordinate representation of color #875F3B: hue angle of 28.42º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875F3B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 59 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.47 |
| HSL | 28.42º | 0.39% | 0.38% | - |
| HSV(B) | 28.42º | 0.56% | 0.53% | - |
| XYZ | 14.87 | 13.65 | 5.99 | - |
| YUV | 102.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 59 | 0 | 0.30 | 0.56 | 0.47 | 28.42 | 0.39 | 0.38 |
| Hex | 87 | 5F | 3B | 0 | 1E | 38 | 2F | 1C | 27 | 26 |
| Octal | 207 | 137 | 73 | 0 | 36 | 70 | 57 | 34 | 47 | 46 |
| Binary | 10000111 | 1011111 | 111011 | 0 | 11110 | 111000 | 101111 | 11100 | 100111 | 100110 |
Color Harmonies of #875F3B
Complementary color
Monochromatic Colors of #875F3B
Black with #875F3B
Text Example
Text Example
White with #875F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F3B; }
p { color: rgb(135,95,59); }
H1.HeaderClassName
{
color: #875F3B;
}
.AnyTagClassName
{
color: #875F3B;
}
</style>
background-color css
<style>
a { background-color: #875F3B; }
a { background-color: rgb(135,95,59); }
div.DivClassName
{
background-color: #875F3B;
}
.BgClassName
{
background-color: #875F3B;
}
</style>
border-color css
<style>
span { border-color: #875F3B; }
span { border-color: rgb(135,95,59); }
td.TdClassName
{
border-color: #875F3B;
}
.TagClassName
{
border-color: #875F3B;
}
</style>