Shades of Strikemaster #835D73
Tints of Strikemaster #835D73
RGB
CMYK
RGB Variations
Color information
#835D73 (or 0x835D73) is known color: Strikemaster. HEX triplet: 83, 5D and 73. RGB value is (131,93,115). Sum of RGB (Red+Green+Blue) = 131+93+115=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D73 is #7CA28C. Grayscale: #6A6A6A. Windows color (decimal): -8168077 or 7560579. OLE color: 7560579.
HSL color Cylindrical-coordinate representation of color #835D73: hue angle of 325.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D73 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 115 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.49 |
| HSL | 325.26º | 0.17% | 0.44% | - |
| HSV(B) | 325.26º | 0.29% | 0.51% | - |
| XYZ | 16.37 | 13.89 | 18.04 | - |
| YUV | 106.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 115 | 0 | 0.29 | 0.12 | 0.49 | 325.26 | 0.17 | 0.44 |
| Hex | 83 | 5D | 73 | 0 | 1D | C | 31 | 145 | 11 | 2C |
| Octal | 203 | 135 | 163 | 0 | 35 | 14 | 61 | 505 | 21 | 54 |
| Binary | 10000011 | 1011101 | 1110011 | 0 | 11101 | 1100 | 110001 | 101000101 | 10001 | 101100 |
Color Harmonies of #835D73
Complementary color
Monochromatic Colors of #835D73
Black with #835D73
Text Example
Text Example
White with #835D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D73; }
p { color: rgb(131,93,115); }
H1.HeaderClassName
{
color: #835D73;
}
.AnyTagClassName
{
color: #835D73;
}
</style>
background-color css
<style>
a { background-color: #835D73; }
a { background-color: rgb(131,93,115); }
div.DivClassName
{
background-color: #835D73;
}
.BgClassName
{
background-color: #835D73;
}
</style>
border-color css
<style>
span { border-color: #835D73; }
span { border-color: rgb(131,93,115); }
td.TdClassName
{
border-color: #835D73;
}
.TagClassName
{
border-color: #835D73;
}
</style>