Shades of McKenzie #82603A
Tints of McKenzie #82603A
RGB
CMYK
RGB Variations
Color information
#82603A (or 0x82603A) is known color: McKenzie. HEX triplet: 82, 60 and 3A. RGB value is (130,96,58). Sum of RGB (Red+Green+Blue) = 130+96+58=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #82603A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82603A is #7D9FC5. Grayscale: #666666. Windows color (decimal): -8232902 or 3825794. OLE color: 3825794.
HSL color Cylindrical-coordinate representation of color #82603A: hue angle of 31.67º 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 #82603A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 58 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.49 |
| HSL | 31.67º | 0.38% | 0.37% | - |
| HSV(B) | 31.67º | 0.55% | 0.51% | - |
| XYZ | 14.15 | 13.42 | 5.85 | - |
| YUV | 101.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 58 | 0 | 0.26 | 0.55 | 0.49 | 31.67 | 0.38 | 0.37 |
| Hex | 82 | 60 | 3A | 0 | 1A | 37 | 31 | 20 | 26 | 25 |
| Octal | 202 | 140 | 72 | 0 | 32 | 67 | 61 | 40 | 46 | 45 |
| Binary | 10000010 | 1100000 | 111010 | 0 | 11010 | 110111 | 110001 | 100000 | 100110 | 100101 |
Color Harmonies of #82603A
Complementary color
Monochromatic Colors of #82603A
Black with #82603A
Text Example
Text Example
White with #82603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82603A; }
p { color: rgb(130,96,58); }
H1.HeaderClassName
{
color: #82603A;
}
.AnyTagClassName
{
color: #82603A;
}
</style>
background-color css
<style>
a { background-color: #82603A; }
a { background-color: rgb(130,96,58); }
div.DivClassName
{
background-color: #82603A;
}
.BgClassName
{
background-color: #82603A;
}
</style>
border-color css
<style>
span { border-color: #82603A; }
span { border-color: rgb(130,96,58); }
td.TdClassName
{
border-color: #82603A;
}
.TagClassName
{
border-color: #82603A;
}
</style>