Shades of McKenzie #83633B
Tints of McKenzie #83633B
RGB
CMYK
RGB Variations
Color information
#83633B (or 0x83633B) is known color: McKenzie. HEX triplet: 83, 63 and 3B. RGB value is (131,99,59). Sum of RGB (Red+Green+Blue) = 131+99+59=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83633B is #7C9CC4. Grayscale: #686868. Windows color (decimal): -8166597 or 3892099. OLE color: 3892099.
HSL color Cylindrical-coordinate representation of color #83633B: hue angle of 33.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83633B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 59 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.49 |
| HSL | 33.33º | 0.38% | 0.37% | - |
| HSV(B) | 33.33º | 0.55% | 0.51% | - |
| XYZ | 14.61 | 14.06 | 6.08 | - |
| YUV | 104.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 59 | 0 | 0.24 | 0.55 | 0.49 | 33.33 | 0.38 | 0.37 |
| Hex | 83 | 63 | 3B | 0 | 18 | 37 | 31 | 21 | 26 | 25 |
| Octal | 203 | 143 | 73 | 0 | 30 | 67 | 61 | 41 | 46 | 45 |
| Binary | 10000011 | 1100011 | 111011 | 0 | 11000 | 110111 | 110001 | 100001 | 100110 | 100101 |
Color Harmonies of #83633B
Complementary color
Monochromatic Colors of #83633B
Black with #83633B
Text Example
Text Example
White with #83633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83633B; }
p { color: rgb(131,99,59); }
H1.HeaderClassName
{
color: #83633B;
}
.AnyTagClassName
{
color: #83633B;
}
</style>
background-color css
<style>
a { background-color: #83633B; }
a { background-color: rgb(131,99,59); }
div.DivClassName
{
background-color: #83633B;
}
.BgClassName
{
background-color: #83633B;
}
</style>
border-color css
<style>
span { border-color: #83633B; }
span { border-color: rgb(131,99,59); }
td.TdClassName
{
border-color: #83633B;
}
.TagClassName
{
border-color: #83633B;
}
</style>