Shades of McKenzie #8A5F36
Tints of McKenzie #8A5F36
RGB
CMYK
RGB Variations
Color information
#8A5F36 (or 0x8A5F36) is known color: McKenzie. HEX triplet: 8A, 5F and 36. RGB value is (138,95,54). Sum of RGB (Red+Green+Blue) = 138+95+54=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F36 is #75A0C9. Grayscale: #676767. Windows color (decimal): -7708874 or 3563402. OLE color: 3563402.
HSL color Cylindrical-coordinate representation of color #8A5F36: hue angle of 29.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A5F36 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 54 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.46 |
| HSL | 29.29º | 0.44% | 0.38% | - |
| HSV(B) | 29.29º | 0.61% | 0.54% | - |
| XYZ | 15.24 | 13.85 | 5.36 | - |
| YUV | 103.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 54 | 0 | 0.31 | 0.61 | 0.46 | 29.29 | 0.44 | 0.38 |
| Hex | 8A | 5F | 36 | 0 | 1F | 3D | 2E | 1D | 2C | 26 |
| Octal | 212 | 137 | 66 | 0 | 37 | 75 | 56 | 35 | 54 | 46 |
| Binary | 10001010 | 1011111 | 110110 | 0 | 11111 | 111101 | 101110 | 11101 | 101100 | 100110 |
Color Harmonies of #8A5F36
Complementary color
Monochromatic Colors of #8A5F36
Black with #8A5F36
Text Example
Text Example
White with #8A5F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F36; }
p { color: rgb(138,95,54); }
H1.HeaderClassName
{
color: #8A5F36;
}
.AnyTagClassName
{
color: #8A5F36;
}
</style>
background-color css
<style>
a { background-color: #8A5F36; }
a { background-color: rgb(138,95,54); }
div.DivClassName
{
background-color: #8A5F36;
}
.BgClassName
{
background-color: #8A5F36;
}
</style>
border-color css
<style>
span { border-color: #8A5F36; }
span { border-color: rgb(138,95,54); }
td.TdClassName
{
border-color: #8A5F36;
}
.TagClassName
{
border-color: #8A5F36;
}
</style>