Shades of McKenzie #825E37
Tints of McKenzie #825E37
RGB
CMYK
RGB Variations
Color information
#825E37 (or 0x825E37) is known color: McKenzie. HEX triplet: 82, 5E and 37. RGB value is (130,94,55). Sum of RGB (Red+Green+Blue) = 130+94+55=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E37 is #7DA1C8. Grayscale: #646464. Windows color (decimal): -8233417 or 3628674. OLE color: 3628674.
HSL color Cylindrical-coordinate representation of color #825E37: hue angle of 31.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825E37 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 55 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.49 |
| HSL | 31.2º | 0.41% | 0.36% | - |
| HSV(B) | 31.2º | 0.58% | 0.51% | - |
| XYZ | 13.9 | 13.03 | 5.4 | - |
| YUV | 100.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 55 | 0 | 0.28 | 0.58 | 0.49 | 31.2 | 0.41 | 0.36 |
| Hex | 82 | 5E | 37 | 0 | 1C | 3A | 31 | 1F | 29 | 24 |
| Octal | 202 | 136 | 67 | 0 | 34 | 72 | 61 | 37 | 51 | 44 |
| Binary | 10000010 | 1011110 | 110111 | 0 | 11100 | 111010 | 110001 | 11111 | 101001 | 100100 |
Color Harmonies of #825E37
Complementary color
Monochromatic Colors of #825E37
Black with #825E37
Text Example
Text Example
White with #825E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E37; }
p { color: rgb(130,94,55); }
H1.HeaderClassName
{
color: #825E37;
}
.AnyTagClassName
{
color: #825E37;
}
</style>
background-color css
<style>
a { background-color: #825E37; }
a { background-color: rgb(130,94,55); }
div.DivClassName
{
background-color: #825E37;
}
.BgClassName
{
background-color: #825E37;
}
</style>
border-color css
<style>
span { border-color: #825E37; }
span { border-color: rgb(130,94,55); }
td.TdClassName
{
border-color: #825E37;
}
.TagClassName
{
border-color: #825E37;
}
</style>