Shades of McKenzie #825E35
Tints of McKenzie #825E35
RGB
CMYK
RGB Variations
Color information
#825E35 (or 0x825E35) is known color: McKenzie. HEX triplet: 82, 5E and 35. RGB value is (130,94,53). Sum of RGB (Red+Green+Blue) = 130+94+53=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E35 is #7DA1CA. Grayscale: #646464. Windows color (decimal): -8233419 or 3497602. OLE color: 3497602.
HSL color Cylindrical-coordinate representation of color #825E35: hue angle of 31.95º 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 #825E35 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 53 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.49 |
| HSL | 31.95º | 0.42% | 0.36% | - |
| HSV(B) | 31.95º | 0.59% | 0.51% | - |
| XYZ | 13.85 | 13.01 | 5.15 | - |
| YUV | 100.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 53 | 0 | 0.28 | 0.59 | 0.49 | 31.95 | 0.42 | 0.36 |
| Hex | 82 | 5E | 35 | 0 | 1C | 3B | 31 | 20 | 2A | 24 |
| Octal | 202 | 136 | 65 | 0 | 34 | 73 | 61 | 40 | 52 | 44 |
| Binary | 10000010 | 1011110 | 110101 | 0 | 11100 | 111011 | 110001 | 100000 | 101010 | 100100 |
Color Harmonies of #825E35
Complementary color
Monochromatic Colors of #825E35
Black with #825E35
Text Example
Text Example
White with #825E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E35; }
p { color: rgb(130,94,53); }
H1.HeaderClassName
{
color: #825E35;
}
.AnyTagClassName
{
color: #825E35;
}
</style>
background-color css
<style>
a { background-color: #825E35; }
a { background-color: rgb(130,94,53); }
div.DivClassName
{
background-color: #825E35;
}
.BgClassName
{
background-color: #825E35;
}
</style>
border-color css
<style>
span { border-color: #825E35; }
span { border-color: rgb(130,94,53); }
td.TdClassName
{
border-color: #825E35;
}
.TagClassName
{
border-color: #825E35;
}
</style>