Shades of Strikemaster #835B73
Tints of Strikemaster #835B73
RGB
CMYK
RGB Variations
Color information
#835B73 (or 0x835B73) is known color: Strikemaster. HEX triplet: 83, 5B and 73. RGB value is (131,91,115). Sum of RGB (Red+Green+Blue) = 131+91+115=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B73 is #7CA48C. Grayscale: #696969. Windows color (decimal): -8168589 or 7560067. OLE color: 7560067.
HSL color Cylindrical-coordinate representation of color #835B73: hue angle of 324º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B73 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 115 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.49 |
| HSL | 324º | 0.18% | 0.44% | - |
| HSV(B) | 324º | 0.31% | 0.51% | - |
| XYZ | 16.2 | 13.55 | 17.98 | - |
| YUV | 105.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 115 | 0 | 0.31 | 0.12 | 0.49 | 324 | 0.18 | 0.44 |
| Hex | 83 | 5B | 73 | 0 | 1F | C | 31 | 144 | 12 | 2C |
| Octal | 203 | 133 | 163 | 0 | 37 | 14 | 61 | 504 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1110011 | 0 | 11111 | 1100 | 110001 | 101000100 | 10010 | 101100 |
Color Harmonies of #835B73
Complementary color
Monochromatic Colors of #835B73
Black with #835B73
Text Example
Text Example
White with #835B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B73; }
p { color: rgb(131,91,115); }
H1.HeaderClassName
{
color: #835B73;
}
.AnyTagClassName
{
color: #835B73;
}
</style>
background-color css
<style>
a { background-color: #835B73; }
a { background-color: rgb(131,91,115); }
div.DivClassName
{
background-color: #835B73;
}
.BgClassName
{
background-color: #835B73;
}
</style>
border-color css
<style>
span { border-color: #835B73; }
span { border-color: rgb(131,91,115); }
td.TdClassName
{
border-color: #835B73;
}
.TagClassName
{
border-color: #835B73;
}
</style>