Shades of McKenzie #805F36
Tints of McKenzie #805F36
RGB
CMYK
RGB Variations
Color information
#805F36 (or 0x805F36) is known color: McKenzie. HEX triplet: 80, 5F and 36. RGB value is (128,95,54). Sum of RGB (Red+Green+Blue) = 128+95+54=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F36 is #7FA0C9. Grayscale: #646464. Windows color (decimal): -8364234 or 3563392. OLE color: 3563392.
HSL color Cylindrical-coordinate representation of color #805F36: hue angle of 33.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805F36 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 54 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.50 |
| HSL | 33.24º | 0.41% | 0.36% | - |
| HSV(B) | 33.24º | 0.58% | 0.5% | - |
| XYZ | 13.66 | 13.04 | 5.29 | - |
| YUV | 100.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 54 | 0 | 0.26 | 0.58 | 0.50 | 33.24 | 0.41 | 0.36 |
| Hex | 80 | 5F | 36 | 0 | 1A | 3A | 32 | 21 | 29 | 24 |
| Octal | 200 | 137 | 66 | 0 | 32 | 72 | 62 | 41 | 51 | 44 |
| Binary | 10000000 | 1011111 | 110110 | 0 | 11010 | 111010 | 110010 | 100001 | 101001 | 100100 |
Color Harmonies of #805F36
Complementary color
Monochromatic Colors of #805F36
Black with #805F36
Text Example
Text Example
White with #805F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F36; }
p { color: rgb(128,95,54); }
H1.HeaderClassName
{
color: #805F36;
}
.AnyTagClassName
{
color: #805F36;
}
</style>
background-color css
<style>
a { background-color: #805F36; }
a { background-color: rgb(128,95,54); }
div.DivClassName
{
background-color: #805F36;
}
.BgClassName
{
background-color: #805F36;
}
</style>
border-color css
<style>
span { border-color: #805F36; }
span { border-color: rgb(128,95,54); }
td.TdClassName
{
border-color: #805F36;
}
.TagClassName
{
border-color: #805F36;
}
</style>