Shades of McKenzie #835D36
Tints of McKenzie #835D36
RGB
CMYK
RGB Variations
Color information
#835D36 (or 0x835D36) is known color: McKenzie. HEX triplet: 83, 5D and 36. RGB value is (131,93,54). Sum of RGB (Red+Green+Blue) = 131+93+54=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #835D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D36 is #7CA2C9. Grayscale: #646464. Windows color (decimal): -8168138 or 3562883. OLE color: 3562883.
HSL color Cylindrical-coordinate representation of color #835D36: hue angle of 30.39º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835D36 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 54 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.49 |
| HSL | 30.39º | 0.42% | 0.36% | - |
| HSV(B) | 30.39º | 0.59% | 0.51% | - |
| XYZ | 13.94 | 12.92 | 5.25 | - |
| YUV | 99.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 54 | 0 | 0.29 | 0.59 | 0.49 | 30.39 | 0.42 | 0.36 |
| Hex | 83 | 5D | 36 | 0 | 1D | 3B | 31 | 1E | 2A | 24 |
| Octal | 203 | 135 | 66 | 0 | 35 | 73 | 61 | 36 | 52 | 44 |
| Binary | 10000011 | 1011101 | 110110 | 0 | 11101 | 111011 | 110001 | 11110 | 101010 | 100100 |
Color Harmonies of #835D36
Complementary color
Monochromatic Colors of #835D36
Black with #835D36
Text Example
Text Example
White with #835D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D36; }
p { color: rgb(131,93,54); }
H1.HeaderClassName
{
color: #835D36;
}
.AnyTagClassName
{
color: #835D36;
}
</style>
background-color css
<style>
a { background-color: #835D36; }
a { background-color: rgb(131,93,54); }
div.DivClassName
{
background-color: #835D36;
}
.BgClassName
{
background-color: #835D36;
}
</style>
border-color css
<style>
span { border-color: #835D36; }
span { border-color: rgb(131,93,54); }
td.TdClassName
{
border-color: #835D36;
}
.TagClassName
{
border-color: #835D36;
}
</style>