Shades of McKenzie #875F33
Tints of McKenzie #875F33
RGB
CMYK
RGB Variations
Color information
#875F33 (or 0x875F33) is known color: McKenzie. HEX triplet: 87, 5F and 33. RGB value is (135,95,51). Sum of RGB (Red+Green+Blue) = 135+95+51=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F33 is #78A0CC. Grayscale: #666666. Windows color (decimal): -7905485 or 3366791. OLE color: 3366791.
HSL color Cylindrical-coordinate representation of color #875F33: hue angle of 31.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875F33 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 51 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.47 |
| HSL | 31.43º | 0.45% | 0.36% | - |
| HSV(B) | 31.43º | 0.62% | 0.53% | - |
| XYZ | 14.68 | 13.57 | 4.98 | - |
| YUV | 101.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 51 | 0 | 0.30 | 0.62 | 0.47 | 31.43 | 0.45 | 0.36 |
| Hex | 87 | 5F | 33 | 0 | 1E | 3E | 2F | 1F | 2D | 24 |
| Octal | 207 | 137 | 63 | 0 | 36 | 76 | 57 | 37 | 55 | 44 |
| Binary | 10000111 | 1011111 | 110011 | 0 | 11110 | 111110 | 101111 | 11111 | 101101 | 100100 |
Color Harmonies of #875F33
Complementary color
Monochromatic Colors of #875F33
Black with #875F33
Text Example
Text Example
White with #875F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F33; }
p { color: rgb(135,95,51); }
H1.HeaderClassName
{
color: #875F33;
}
.AnyTagClassName
{
color: #875F33;
}
</style>
background-color css
<style>
a { background-color: #875F33; }
a { background-color: rgb(135,95,51); }
div.DivClassName
{
background-color: #875F33;
}
.BgClassName
{
background-color: #875F33;
}
</style>
border-color css
<style>
span { border-color: #875F33; }
span { border-color: rgb(135,95,51); }
td.TdClassName
{
border-color: #875F33;
}
.TagClassName
{
border-color: #875F33;
}
</style>