Shades of McKenzie #8A5B34
Tints of McKenzie #8A5B34
RGB
CMYK
RGB Variations
Color information
#8A5B34 (or 0x8A5B34) is known color: McKenzie. HEX triplet: 8A, 5B and 34. RGB value is (138,91,52). Sum of RGB (Red+Green+Blue) = 138+91+52=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5B34 is #75A4CB. Grayscale: #646464. Windows color (decimal): -7709900 or 3431306. OLE color: 3431306.
HSL color Cylindrical-coordinate representation of color #8A5B34: hue angle of 27.21º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5B34 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 52 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.46 |
| HSL | 27.21º | 0.45% | 0.37% | - |
| HSV(B) | 27.21º | 0.62% | 0.54% | - |
| XYZ | 14.84 | 13.13 | 5 | - |
| YUV | 100.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 52 | 0 | 0.34 | 0.62 | 0.46 | 27.21 | 0.45 | 0.37 |
| Hex | 8A | 5B | 34 | 0 | 22 | 3E | 2E | 1B | 2D | 25 |
| Octal | 212 | 133 | 64 | 0 | 42 | 76 | 56 | 33 | 55 | 45 |
| Binary | 10001010 | 1011011 | 110100 | 0 | 100010 | 111110 | 101110 | 11011 | 101101 | 100101 |
Color Harmonies of #8A5B34
Complementary color
Monochromatic Colors of #8A5B34
Black with #8A5B34
Text Example
Text Example
White with #8A5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B34; }
p { color: rgb(138,91,52); }
H1.HeaderClassName
{
color: #8A5B34;
}
.AnyTagClassName
{
color: #8A5B34;
}
</style>
background-color css
<style>
a { background-color: #8A5B34; }
a { background-color: rgb(138,91,52); }
div.DivClassName
{
background-color: #8A5B34;
}
.BgClassName
{
background-color: #8A5B34;
}
</style>
border-color css
<style>
span { border-color: #8A5B34; }
span { border-color: rgb(138,91,52); }
td.TdClassName
{
border-color: #8A5B34;
}
.TagClassName
{
border-color: #8A5B34;
}
</style>