Shades of McKenzie #835D34
Tints of McKenzie #835D34
RGB
CMYK
RGB Variations
Color information
#835D34 (or 0x835D34) is known color: McKenzie. HEX triplet: 83, 5D and 34. RGB value is (131,93,52). Sum of RGB (Red+Green+Blue) = 131+93+52=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #835D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D34 is #7CA2CB. Grayscale: #636363. Windows color (decimal): -8168140 or 3431811. OLE color: 3431811.
HSL color Cylindrical-coordinate representation of color #835D34: hue angle of 31.14º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835D34 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 52 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.49 |
| HSL | 31.14º | 0.43% | 0.36% | - |
| HSV(B) | 31.14º | 0.6% | 0.51% | - |
| XYZ | 13.89 | 12.9 | 5.01 | - |
| YUV | 99.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 52 | 0 | 0.29 | 0.60 | 0.49 | 31.14 | 0.43 | 0.36 |
| Hex | 83 | 5D | 34 | 0 | 1D | 3C | 31 | 1F | 2B | 24 |
| Octal | 203 | 135 | 64 | 0 | 35 | 74 | 61 | 37 | 53 | 44 |
| Binary | 10000011 | 1011101 | 110100 | 0 | 11101 | 111100 | 110001 | 11111 | 101011 | 100100 |
Color Harmonies of #835D34
Complementary color
Monochromatic Colors of #835D34
Black with #835D34
Text Example
Text Example
White with #835D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D34; }
p { color: rgb(131,93,52); }
H1.HeaderClassName
{
color: #835D34;
}
.AnyTagClassName
{
color: #835D34;
}
</style>
background-color css
<style>
a { background-color: #835D34; }
a { background-color: rgb(131,93,52); }
div.DivClassName
{
background-color: #835D34;
}
.BgClassName
{
background-color: #835D34;
}
</style>
border-color css
<style>
span { border-color: #835D34; }
span { border-color: rgb(131,93,52); }
td.TdClassName
{
border-color: #835D34;
}
.TagClassName
{
border-color: #835D34;
}
</style>