Shades of McKenzie #875C36
Tints of McKenzie #875C36
RGB
CMYK
RGB Variations
Color information
#875C36 (or 0x875C36) is known color: McKenzie. HEX triplet: 87, 5C and 36. RGB value is (135,92,54). Sum of RGB (Red+Green+Blue) = 135+92+54=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C36 is #78A3C9. Grayscale: #646464. Windows color (decimal): -7906250 or 3562631. OLE color: 3562631.
HSL color Cylindrical-coordinate representation of color #875C36: hue angle of 28.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875C36 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 54 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.47 |
| HSL | 28.15º | 0.43% | 0.37% | - |
| HSV(B) | 28.15º | 0.6% | 0.53% | - |
| XYZ | 14.48 | 13.07 | 5.25 | - |
| YUV | 100.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 54 | 0 | 0.32 | 0.60 | 0.47 | 28.15 | 0.43 | 0.37 |
| Hex | 87 | 5C | 36 | 0 | 20 | 3C | 2F | 1C | 2B | 25 |
| Octal | 207 | 134 | 66 | 0 | 40 | 74 | 57 | 34 | 53 | 45 |
| Binary | 10000111 | 1011100 | 110110 | 0 | 100000 | 111100 | 101111 | 11100 | 101011 | 100101 |
Color Harmonies of #875C36
Complementary color
Monochromatic Colors of #875C36
Black with #875C36
Text Example
Text Example
White with #875C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C36; }
p { color: rgb(135,92,54); }
H1.HeaderClassName
{
color: #875C36;
}
.AnyTagClassName
{
color: #875C36;
}
</style>
background-color css
<style>
a { background-color: #875C36; }
a { background-color: rgb(135,92,54); }
div.DivClassName
{
background-color: #875C36;
}
.BgClassName
{
background-color: #875C36;
}
</style>
border-color css
<style>
span { border-color: #875C36; }
span { border-color: rgb(135,92,54); }
td.TdClassName
{
border-color: #875C36;
}
.TagClassName
{
border-color: #875C36;
}
</style>