Shades of Strikemaster #845D73
Tints of Strikemaster #845D73
RGB
CMYK
RGB Variations
Color information
#845D73 (or 0x845D73) is known color: Strikemaster. HEX triplet: 84, 5D and 73. RGB value is (132,93,115). Sum of RGB (Red+Green+Blue) = 132+93+115=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #845D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D73 is #7BA28C. Grayscale: #6B6B6B. Windows color (decimal): -8102541 or 7560580. OLE color: 7560580.
HSL color Cylindrical-coordinate representation of color #845D73: hue angle of 326.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D73 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 115 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.48 |
| HSL | 326.15º | 0.17% | 0.44% | - |
| HSV(B) | 326.15º | 0.3% | 0.52% | - |
| XYZ | 16.52 | 13.97 | 18.05 | - |
| YUV | 107.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 115 | 0 | 0.30 | 0.13 | 0.48 | 326.15 | 0.17 | 0.44 |
| Hex | 84 | 5D | 73 | 0 | 1E | D | 30 | 146 | 11 | 2C |
| Octal | 204 | 135 | 163 | 0 | 36 | 15 | 60 | 506 | 21 | 54 |
| Binary | 10000100 | 1011101 | 1110011 | 0 | 11110 | 1101 | 110000 | 101000110 | 10001 | 101100 |
Color Harmonies of #845D73
Complementary color
Monochromatic Colors of #845D73
Black with #845D73
Text Example
Text Example
White with #845D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D73; }
p { color: rgb(132,93,115); }
H1.HeaderClassName
{
color: #845D73;
}
.AnyTagClassName
{
color: #845D73;
}
</style>
background-color css
<style>
a { background-color: #845D73; }
a { background-color: rgb(132,93,115); }
div.DivClassName
{
background-color: #845D73;
}
.BgClassName
{
background-color: #845D73;
}
</style>
border-color css
<style>
span { border-color: #845D73; }
span { border-color: rgb(132,93,115); }
td.TdClassName
{
border-color: #845D73;
}
.TagClassName
{
border-color: #845D73;
}
</style>